We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e758e commit 9f7659aCopy full SHA for 9f7659a
function_schema/__init__.py
@@ -3,7 +3,7 @@
3
"""
4
from .core import get_function_schema
5
6
-__version__ = "0.1.0"
+__version__ = "0.4.0"
7
__all__ = (
8
"get_function_schema",
9
"__version__",
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "function-schema"
-version = "0.3.6"
+version = "0.4.0"
requires-python = ">= 3.9"
description = "A small utility to generate JSON schemas for python functions."
readme = "README.md"
0 commit comments