From a3b3601d2b36a5e6b2cec22beb161dabdfe0d570 Mon Sep 17 00:00:00 2001 From: Matteo Pergolesi Date: Wed, 19 Jun 2024 09:43:44 +0200 Subject: [PATCH] Version 2.1.7 --- inducoapi/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inducoapi/__init__.py b/inducoapi/__init__.py index 84a6952..ad41c49 100644 --- a/inducoapi/__init__.py +++ b/inducoapi/__init__.py @@ -1,4 +1,4 @@ from .inducoapi import build_openapi __all__ = ["build_openapi"] -__version__ = "2.1.6" +__version__ = "2.1.7" diff --git a/pyproject.toml b/pyproject.toml index bd03863..ffeab53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inducoapi" -version = "2.1.6" +version = "2.1.7" description = "A simple python program to generate OpenApi documentation by supplying request/response bodies." authors = ["Matteo Pergolesi "] license = "Apache License 2.0"