From 01f234e5efa5de1c94cf471a83caf2e5578e6364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Sirieix?= Date: Thu, 12 Sep 2024 16:14:28 +0200 Subject: [PATCH] chore: update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab3b47a..6ad57d5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="literalai", - version="0.0.612", # update version in literalai/version.py + version="0.0.622", # update version in literalai/version.py description="An SDK for observability in Python applications", long_description=open("README.md").read(), long_description_content_type="text/markdown",