Skip to content

Commit b400a90

Browse files
authored
Bump version to 0.4.4
1 parent b070e19 commit b400a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function_schema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
from .core import get_function_schema, guess_type, Doc, Annotated
55

6-
__version__ = "0.4.2"
6+
__version__ = "0.4.4"
77
__all__ = (
88
"__version__",
99
"get_function_schema",

0 commit comments

Comments
 (0)