Skip to content

Commit

Permalink
added new build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Dec 7, 2024
1 parent 0170e0a commit 9b5be53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.20rc4"
version = "0.3.20rc5"
authors = [
{ name="Alex Reibman", email="areibman@gmail.com" },
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
Expand Down Expand Up @@ -106,4 +106,4 @@ exclude = [
]

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

0 comments on commit 9b5be53

Please sign in to comment.