From ef3c37776eaf611fa121346452c5947dab8d2ebd Mon Sep 17 00:00:00 2001 From: Manasjyoti Sharma Date: Thu, 2 Jul 2026 16:33:47 +0530 Subject: [PATCH] Prepare Ocelle SDK 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd28709..74c2fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fortifyroot-ocelle" -version = "1.0.0rc2" +version = "1.0.0" description = "FortifyRoot Ocelle SDK for LLM observability" authors = ["FortifyRoot "] license = "Apache-2.0"