Skip to content

Commit 9bec8b0

Browse files
committed
🔧 chore(version): update project version to 0.4.8.post1
- update version in docs configuration to reflect new release - modify pyproject.toml to include updated version - adjust __version__ in package init file for consistency
1 parent 124bd29 commit 9bec8b0

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

0 commit comments

Comments
 (0)