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"