We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf9a12 commit 4285453Copy full SHA for 4285453
contextgem/__init__.py
@@ -20,7 +20,7 @@
20
ContextGem - Effortless LLM extraction from documents
21
"""
22
23
-__version__ = "0.2.1"
+__version__ = "0.2.2"
24
__author__ = "Shcherbak AI AS"
25
26
from contextgem.public import (
docs/source/conf.py
@@ -22,7 +22,7 @@
project = "ContextGem"
copyright = "2025, Shcherbak AI AS"
author = "Sergii Shcherbak"
-release = "0.2.1"
+release = "0.2.2"
27
28
# Add path to the package
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "contextgem"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "Effortless LLM extraction from documents"
5
authors = [
6
{name = "shcherbak-ai", email = "sergii@shcherbak.ai"}
0 commit comments