Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Daniel Chalef
0e730eb143
bump builder to python 3.11 (#638) 2025-06-27 14:20:32 -07:00
Daniel Chalef
7631cd63b9 bump version to 0.14.0 in pyproject.toml 2025-06-27 14:09:32 -07:00
2 changed files with 3 additions and 3 deletions

View file

@ -15,10 +15,10 @@ jobs:
url: https://pypi.org/p/zep-cloud
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Install uv
uses: astral-sh/setup-uv@v3
with:

View file

@ -1,7 +1,7 @@
[project]
name = "graphiti-core"
description = "A temporal graph building library"
version = "0.13.2"
version = "0.14.0"
authors = [
{ "name" = "Paul Paliychuk", "email" = "paul@getzep.com" },
{ "name" = "Preston Rasmussen", "email" = "preston@getzep.com" },