From e0883902084c574148dbff45bd90251b70e83e06 Mon Sep 17 00:00:00 2001 From: hemanth-openai Date: Fri, 6 Feb 2026 22:03:16 -0800 Subject: [PATCH] Bump version to 1.0.3 --- pyproject.toml | 2 +- src/gabriel/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38b2c35..1a3a86d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openai-gabriel" -version = "1.0.2" +version = "1.0.3" description = "LLM-based library to measure quantitative attributes on qualitative data" authors = [ {name = "Hemanth Asirvatham"}, diff --git a/src/gabriel/_version.py b/src/gabriel/_version.py index 7863915..976498a 100644 --- a/src/gabriel/_version.py +++ b/src/gabriel/_version.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3"