diff --git a/contextgem/__init__.py b/contextgem/__init__.py index b054dd8..d2521cd 100644 --- a/contextgem/__init__.py +++ b/contextgem/__init__.py @@ -20,7 +20,7 @@ ContextGem - Easier and faster way to build LLM extraction workflows through powerful abstractions """ -__version__ = "0.1.0" +__version__ = "0.1.1" __author__ = "Shcherbak AI AS" from contextgem.public import ( diff --git a/docs/source/conf.py b/docs/source/conf.py index e077555..659182f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ project = "ContextGem" copyright = "2025, Shcherbak AI AS" author = "Sergii Shcherbak" -release = "0.1.0" +release = "0.1.1" # Add path to the package diff --git a/pyproject.toml b/pyproject.toml index 963c100..c739b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "contextgem" -version = "0.1.0" +version = "0.1.1" description = "Easier and faster way to build LLM extraction workflows through powerful abstractions" authors = [ {name = "shcherbak-ai", email = "sergii@shcherbak.ai"}