From 934d5e1d1b5e465c205d896a41533a95dd0e9843 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:56:10 +0100 Subject: [PATCH] Add tasks for segment sync and posthog sync --- .github/workflows/auto-comment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml index aaba8893e..f38948f94 100644 --- a/.github/workflows/auto-comment.yml +++ b/.github/workflows/auto-comment.yml @@ -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: | diff --git a/pyproject.toml b/pyproject.toml index caae8d0b1..3f0897de9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"