Skip to content

Commit 9907516

Browse files
build: bump version to 0.1.2
1 parent 7f2525e commit 9907516

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 - Easier and faster way to build LLM extraction workflows through powerful abstractions
2121
"""
2222

23-
__version__ = "0.1.1.post1"
23+
__version__ = "0.1.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.1.1.post1"
25+
release = "0.1.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.1.1.post1"
3+
version = "0.1.2"
44
description = "Easier and faster way to build LLM extraction workflows through powerful abstractions"
55
authors = [
66
{name = "shcherbak-ai", email = "sergii@shcherbak.ai"}

0 commit comments

Comments
 (0)