Skip to content

Commit 26ec64b

Browse files
authored
1.0.1
1.0.1 Bug fixes
2 parents 34f471e + fb577b7 commit 26ec64b

33 files changed

+661
-170
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Universal Tool Calling Protocol (UTCP) 1.0.0
1+
# Universal Tool Calling Protocol (UTCP) 1.0.1
22

33
[![Follow Org](https://img.shields.io/github/followers/universal-tool-calling-protocol?label=Follow%20Org&logo=github)](https://github.com/universal-tool-calling-protocol)
44
[![PyPI Downloads](https://static.pepy.tech/badge/utcp)](https://pepy.tech/projects/utcp)
@@ -269,7 +269,7 @@ app = FastAPI()
269269
def utcp_discovery():
270270
return {
271271
"manual_version": "1.0.0",
272-
"utcp_version": "1.0.0",
272+
"utcp_version": "1.0.1",
273273
"tools": [
274274
{
275275
"name": "get_weather",

0 commit comments

Comments
 (0)