Skip to content

Commit 510aadd

Browse files
committed
🔧 chore(release): bump version to 0.4.12
- update release version in documentation (conf.py) - increment version in pyproject.toml - update __version__ in package init file
1 parent 539b838 commit 510aadd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
copyright = "2024-2025, Peng Ding"
1414
author = "Peng Ding"
1515
html_title = "ToolRegistry"
16-
release = "0.4.11"
16+
release = "0.4.12"
1717

1818

1919
sys.path.insert(0, os.path.abspath("../../src"))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "toolregistry"
7-
version = "0.4.11"
7+
version = "0.4.12"
88
authors = [{ name = "Oaklight", email = "oaklight@gmx.com" }]
99
description = "ToolRegistry: a library for easier function calling and tool use in LLMs"
1010
readme = "README.md"

src/toolregistry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = ["ToolRegistry", "Tool"]
55

6-
__version__ = "0.4.11"
6+
__version__ = "0.4.12"

0 commit comments

Comments
 (0)