diff --git a/pyproject.toml b/pyproject.toml index d1a7ab2a..5f76eb9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "agentops" -version = "0.3.9" +version = "0.3.10" authors = [ { name="Alex Reibman", email="areibman@gmail.com" }, { name="Shawn Qiu", email="siyangqiu@gmail.com" }, { name="Braelyn Boynton", email="bboynton97@gmail.com" }, { name="Howard Gil", email="howardbgil@gmail.com" } ] -description = "Python SDK for developing AI agent evals and observability" +description = "Observability and DevTool Platform for AI Agents" readme = "README.md" requires-python = ">=3.7" classifiers = [