From 7e1a253c8cec1a3a97892c38bfa5ab58df9b28af Mon Sep 17 00:00:00 2001 From: fenilfaldu Date: Tue, 17 Jun 2025 05:26:11 +0530 Subject: [PATCH 1/2] bump version updated --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 937f7df01..5926d5380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "agentops" -version = "0.4.14" +version = "0.4.15" authors = [ { name="Alex Reibman", email="areibman@gmail.com" }, { name="Shawn Qiu", email="siyangqiu@gmail.com" }, @@ -14,6 +14,7 @@ authors = [ { name="Pratyush Shukla", email="ps4534@nyu.edu" }, { name="Travis Dent", email="tcdent@gmail.com" }, { name="Dwij Patel", email="dwijpatel1704@gmail.com" } + { name="Fenil Faldu, email="fenilfaldu143@gmail.com"} ] description = "Observability and DevTool Platform for AI Agents" # readme = "README.md" From 0cde5dd0dbdbe2c6fcada3a1430463edcc24da53 Mon Sep 17 00:00:00 2001 From: fenilfaldu Date: Tue, 17 Jun 2025 05:28:18 +0530 Subject: [PATCH 2/2] code cleanup --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5926d5380..10fccc288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ authors = [ { name="Constantin Teodorescu", email="teocns@gmail.com" }, { name="Pratyush Shukla", email="ps4534@nyu.edu" }, { name="Travis Dent", email="tcdent@gmail.com" }, - { name="Dwij Patel", email="dwijpatel1704@gmail.com" } - { name="Fenil Faldu, email="fenilfaldu143@gmail.com"} + { name="Dwij Patel", email="dwijpatel1704@gmail.com" }, + { name="Fenil Faldu", email="fenilfaldu143@gmail.com"} ] description = "Observability and DevTool Platform for AI Agents" # readme = "README.md"