Skip to content

Commit

Permalink
Bump version to rc1 (#113)
Browse files Browse the repository at this point in the history
* chore: Update release workflow to include `v` in github tag check

* chore: Bump version to rc.1

* fix: readme pre release installation command
  • Loading branch information
paul-paliychuk authored Feb 13, 2024
1 parent f598132 commit 8938c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pip install --pre zep-python
-- OR --

```bash
poetry add zep-python@^2.0.0-rc
poetry add zep-python@^2.0.0rc
```

You will also need to provide a Zep Project API key to your zep client for cloud support.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zep-python"
version = "2.0.0-b.1"
version = "2.0.0-rc.1"
description = "Zep: Fast, scalable building blocks for LLM apps. This is the Python client for the Zep service."
authors = ["Daniel Chalef <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8938c56

Please sign in to comment.