From 7b4dcc486ee0bb18a533e7122e68d5ab42ec24e4 Mon Sep 17 00:00:00 2001 From: Manasjyoti Sharma Date: Tue, 7 Jul 2026 18:11:56 +0530 Subject: [PATCH] Prepare Ocelle SDK 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d49361..158958c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fortifyroot-ocelle" -version = "1.0.1rc1" +version = "1.0.1" description = "FortifyRoot Ocelle SDK for LLM observability" authors = ["FortifyRoot "] license = "Apache-2.0"