Skip to content

Commit 9b5be53

Browse files
committed
added new build stuff
1 parent 0170e0a commit 9b5be53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agentops"
7-
version = "0.3.20rc4"
7+
version = "0.3.20rc5"
88
authors = [
99
{ name="Alex Reibman", email="areibman@gmail.com" },
1010
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
@@ -106,4 +106,4 @@ exclude = [
106106
]
107107

108108
[tool.setuptools]
109-
packages = ["agentops"]
109+
packages = ["agentops", "agentops.partners", "agentops.llms"]

0 commit comments

Comments
 (0)