Skip to content

Commit ab1434b

Browse files
committed
chore: Bump version to 0.4.1
1 parent 8c7aefa commit ab1434b

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
55

6-
__version__ = "0.4.0"
6+
__version__ = "0.4.1"
77
__all__ = (
88
"get_function_schema",
99
"__version__",

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.0"
3+
version = "0.4.1"
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)