From 5fd2e85abae77bfe17cd21a440075b108739c911 Mon Sep 17 00:00:00 2001 From: Matteo Pergolesi Date: Sat, 5 Aug 2023 18:38:38 +0200 Subject: [PATCH] Bump version to 2.1.1 --- 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 041399d..82d816d 100644 --- a/inducoapi/__init__.py +++ b/inducoapi/__init__.py @@ -1,4 +1,4 @@ from .inducoapi import build_openapi __all__ = ["build_openapi"] -__version__ = "2.1.0" +__version__ = "2.1.1" diff --git a/pyproject.toml b/pyproject.toml index de2a19f..58f77b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inducoapi" -version = "2.1.0" +version = "2.1.1" description = "A simple python program to generate OpenApi documentation by supplying request/response bodies." authors = ["Matteo Pergolesi "] license = "Apache License 2.0"