Skip to content

Commit ac3866a

Browse files
committed
added new tool
1 parent d78b19a commit ac3866a

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.20rc7"
7+
version = "0.3.20rc8"
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", "agentops.llms"]
109+
packages = ["agentops", "agentops.llms", "agentops.llms.providers"]

0 commit comments

Comments
 (0)