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"