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