Skip to content

Commit c454a1f

Browse files
committed
🔧 chore(release): bump version to 0.4.8
- update version in docs, pyproject.toml, and init file - highlight refined OpenAPI support in release announcement
1 parent c6fc9b3 commit c454a1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
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.7"
16+
release = "0.4.8"
1717

1818

1919
sys.path.insert(0, os.path.abspath("../../src"))
@@ -62,7 +62,7 @@
6262
]
6363

6464
html_theme_options = {
65-
"announcement": ("v0.4.7 released! Better MCP support and new features! 🚀"),
65+
"announcement": ("v0.4.8 released! Refined OpenAPI support! ✨"),
6666
"source_repository": "https://github.com/Oaklight/ToolRegistry",
6767
"source_branch": "master",
6868
"source_directory": "docs/source/",

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.7"
7+
version = "0.4.8"
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.7"
6+
__version__ = "0.4.8"

0 commit comments

Comments
 (0)