Add tasks for segment sync and posthog sync

This commit is contained in:
Vasilije 2024-11-08 12:56:10 +01:00
parent 16ee97cb68
commit 934d5e1d1b
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ jobs:
# Separate action for merged PRs
- name: Handle Merged Pull Requests
if: github.event.pull_request.merged == true
uses: actions-cool/pr-welcome@v1.2.1
uses: actions-cool/pr-welcome@v1.4.0
with:
token: ${{ secrets.GH_TOKEN }}
comment: |

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "cognee"
version = "0.1.17"
version = "0.1.18"
description = "Cognee - is a library for enriching LLM context with a semantic layer for better understanding and reasoning."
authors = ["Vasilije Markovic", "Boris Arzentar"]
readme = "README.md"