diff --git a/inducoapi/__init__.py b/inducoapi/__init__.py index 82d816d..36d3d72 100644 --- a/inducoapi/__init__.py +++ b/inducoapi/__init__.py @@ -1,4 +1,4 @@ from .inducoapi import build_openapi __all__ = ["build_openapi"] -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/pyproject.toml b/pyproject.toml index 58f77b7..a4d3543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inducoapi" -version = "2.1.1" +version = "2.1.2" description = "A simple python program to generate OpenApi documentation by supplying request/response bodies." authors = ["Matteo Pergolesi "] license = "Apache License 2.0"