Skip to content

Commit 3502f3d

Browse files
authored
version bump
1 parent 4123f9a commit 3502f3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4"
6+
__version__ = "0.4.5"
77
__all__ = (
88
"__version__",
99
"get_function_schema",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "function-schema"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
requires-python = ">= 3.9"
55
description = "A small utility to generate JSON schemas for python functions."
66
readme = "README.md"

0 commit comments

Comments
 (0)