Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Dec 7, 2024
1 parent 9b5be53 commit 83fca9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentops"
version = "0.3.20rc5"
version = "0.3.20rc6"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand Down Expand Up @@ -106,4 +106,7 @@ exclude = [
]

[tool.setuptools]
packages = ["agentops", "agentops.partners", "agentops.llms"]
find = {}

[tool.setuptools.find]
include = ["agentops*"]

0 comments on commit 83fca9a

Please sign in to comment.