From 7afe9d7cd2182f9d1961bd225cc6066e15b06a5a Mon Sep 17 00:00:00 2001 From: reibs Date: Wed, 1 Nov 2023 23:34:46 -0700 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d6efdad..3c34c0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentops" -version = "0.0.6" +version = "0.0.7" authors = [ { name="Alex Reibman", email="areibman@gmail.com" }, { name="Shawn Qiu", email="siyangqiu@gmail.com" }