Skip to content

Commit 4285453

Browse files
build: version 0.2.2
1 parent fdf9a12 commit 4285453

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contextgem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ContextGem - Effortless LLM extraction from documents
2121
"""
2222

23-
__version__ = "0.2.1"
23+
__version__ = "0.2.2"
2424
__author__ = "Shcherbak AI AS"
2525

2626
from contextgem.public import (

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project = "ContextGem"
2323
copyright = "2025, Shcherbak AI AS"
2424
author = "Sergii Shcherbak"
25-
release = "0.2.1"
25+
release = "0.2.2"
2626

2727

2828
# Add path to the package

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "contextgem"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Effortless LLM extraction from documents"
55
authors = [
66
{name = "shcherbak-ai", email = "sergii@shcherbak.ai"}

0 commit comments

Comments
 (0)