Skip to content

Commit

Permalink
add providers
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Dec 10, 2024
1 parent bd9b19f commit de99c17
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.20rc12"
version = "0.3.20rc13"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand Down Expand Up @@ -118,4 +118,4 @@ exclude = [
]

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

0 comments on commit de99c17

Please sign in to comment.