From af5519cc12513c355bbdfab73713c5fbc24942b5 Mon Sep 17 00:00:00 2001 From: Manas Date: Wed, 19 Aug 2026 11:54:13 +0530 Subject: [PATCH 1/2] Prepare Ocelle SDK 1.0.2rc1 (#81) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 158958c..b1fc51a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fortifyroot-ocelle" -version = "1.0.1" +version = "1.0.2rc1" description = "FortifyRoot Ocelle SDK for LLM observability" authors = ["FortifyRoot "] license = "Apache-2.0" From e9534b3b6e309ec11ff98668a35f36274fcd07c2 Mon Sep 17 00:00:00 2001 From: Manas Date: Wed, 19 Aug 2026 13:16:20 +0530 Subject: [PATCH 2/2] Prepare Ocelle SDK 1.0.2 (#82) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1fc51a..747158c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fortifyroot-ocelle" -version = "1.0.2rc1" +version = "1.0.2" description = "FortifyRoot Ocelle SDK for LLM observability" authors = ["FortifyRoot "] license = "Apache-2.0"