Skip to content

Commit aa66238

Browse files
Release v0.1.1: Updated dependencies, README, docs. Added security info.
1 parent 04da166 commit aa66238

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.0"
23+
__version__ = "0.1.1"
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.0"
25+
release = "0.1.1"
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.0"
3+
version = "0.1.1"
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)