Skip to content

Commit e4f3552

Browse files
committed
version bump
1 parent cf18fa3 commit e4f3552

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Function schema
22

3+
[![PyPI version](https://badge.fury.io/py/function-schema.svg)](https://badge.fury.io/py/function-schema)
4+
35
This is a small utility to generate JSON schemas for python functions.
46
With power of type annotations, it is possible to generate a schema for a function without describing it twice.
57

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.1.1"
3+
version = "0.2.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)