Skip to content

Commit 4ea265f

Browse files
committed
Bump version to 0.4.2
1 parent ba97512 commit 4ea265f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1"
6+
__version__ = "0.4.2"
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.1"
3+
version = "0.4.2"
44
requires-python = ">= 3.9"
55
description = "A small utility to generate JSON schemas for python functions."
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)