Skip to content

Commit 9f7659a

Browse files
committed
Bump version to 0.4.0
1 parent 89e758e commit 9f7659a

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
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.4.0"
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.3.6"
3+
version = "0.4.0"
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)