From af0f6ca9b1a95deac4a15c43df9185836272d9a4 Mon Sep 17 00:00:00 2001 From: Dwij Patel Date: Wed, 28 May 2025 03:47:23 +0530 Subject: [PATCH] Update version to 0.4.13 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1d60bd47..532e4248a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agentops" -version = "0.4.12" +version = "0.4.13" authors = [ { name="Alex Reibman", email="areibman@gmail.com" }, { name="Shawn Qiu", email="siyangqiu@gmail.com" },