Skip to content

Commit 050312f

Browse files
committed
Bump version 0.4.4 -> 0.4.5
1 parent 2671c3b commit 050312f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Advanced structured data extraction from any document using LLMs with multimodal
44
support.
55

66
[![Documentation](https://img.shields.io/badge/docs-mkdocs-blue.svg?style=for-the-badge)](https://structx.blacksuan19.dev "Documentation")
7-
[![PyPI](https://img.shields.io/badge/PyPi-0.4.4-blue?style=for-the-badge)](https://pypi.org/project/structx-llm "Package")
7+
[![PyPI](https://img.shields.io/badge/PyPi-0.4.5-blue?style=for-the-badge)](https://pypi.org/project/structx-llm "Package")
88
[![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)](# "Build with GitHub Actions")
99

1010
`structx` is a powerful Python library for extracting structured data from any

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "structx-llm"
7-
version = "0.4.4"
7+
version = "0.4.5"
88
description = "Structured data extraction from text using LLMs and dynamic model generation"
99
authors = [{ name = "blacksuan19", email = "[email protected]" }]
1010
license-files = ["LICENSE"]
@@ -94,7 +94,7 @@ mkdocs = [
9494
]
9595

9696
[tool.bumpver]
97-
current_version = "0.4.4"
97+
current_version = "0.4.5"
9898
version_pattern = "MAJOR.MINOR.PATCH"
9999
commit_message = "Bump version {old_version} -> {new_version}"
100100
commit = true

structx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
)
1212
from structx.extraction.extractor import Extractor
1313

14-
__version__ = "0.4.4"
14+
__version__ = "0.4.5"
1515
__all__ = [
1616
"Extractor",
1717
"ExtractionConfig",

0 commit comments

Comments
 (0)