From 1a7601a53466f5cf05957cdca673c00d198a32d9 Mon Sep 17 00:00:00 2001 From: Braelyn Boynton Date: Mon, 25 Mar 2024 18:06:24 -0700 Subject: [PATCH] Decorator singleton fix (#119) * record_function uses singleton * record_function uses singleton --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87be9a37..21e94481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "agentops" -version = "0.1.0-beta.3" +version = "0.1.0-beta.4" authors = [ { name="Alex Reibman", email="areibman@gmail.com" }, { name="Shawn Qiu", email="siyangqiu@gmail.com" },