File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
copyright = "2024-2025, Peng Ding"
14
14
author = "Peng Ding"
15
15
html_title = "ToolRegistry"
16
- release = "0.4.7 "
16
+ release = "0.4.8 "
17
17
18
18
19
19
sys .path .insert (0 , os .path .abspath ("../../src" ))
62
62
]
63
63
64
64
html_theme_options = {
65
- "announcement" : ("v0.4.7 released! Better MCP support and new features! 🚀 " ),
65
+ "announcement" : ("v0.4.8 released! Refined OpenAPI support! ✨ " ),
66
66
"source_repository" : "https://github.com/Oaklight/ToolRegistry" ,
67
67
"source_branch" : "master" ,
68
68
"source_directory" : "docs/source/" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " toolregistry"
7
- version = " 0.4.7 "
7
+ version = " 0.4.8 "
8
8
authors = [{ name = " Oaklight" , email = " oaklight@gmx.com" }]
9
9
description = " ToolRegistry: a library for easier function calling and tool use in LLMs"
10
10
readme = " README.md"
Original file line number Diff line number Diff line change 3
3
4
4
__all__ = ["ToolRegistry" , "Tool" ]
5
5
6
- __version__ = "0.4.7 "
6
+ __version__ = "0.4.8 "
You can’t perform that action at this time.
0 commit comments