Skip to content

Commit de99c17

Browse files
committed
add providers
1 parent bd9b19f commit de99c17

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.20rc12"
7+
version = "0.3.20rc13"
88
authors = [
99
{ name="Alex Reibman", email="areibman@gmail.com" },
1010
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
@@ -118,4 +118,4 @@ exclude = [
118118
]
119119

120120
[tool.setuptools]
121-
packages = ["agentops", "agentops.llms", "agentops.llms.providers"]
121+
packages = ["agentops", "agentops.llms", "agentops.llms.providers", "agentops.partners"]

0 commit comments

Comments
 (0)