From 06657e16e64fb2cfdc224f94aa97105f201d3918 Mon Sep 17 00:00:00 2001 From: Howard Gil Date: Mon, 19 Aug 2024 13:50:12 -0700 Subject: [PATCH] Release 0.3.10 (#365) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [