From faeea3b0e46864e64f3e43ec22d98f5d186c52c6 Mon Sep 17 00:00:00 2001 From: Dwij Patel Date: Sat, 3 May 2025 05:19:41 +0530 Subject: [PATCH] Bump version to 0.4.9 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa919eebd..3c4eda54f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agentops" -version = "0.4.8" +version = "0.4.9" authors = [ { name="Alex Reibman", email="areibman@gmail.com" }, { name="Shawn Qiu", email="siyangqiu@gmail.com" },