Skip to content

Commit

Permalink
Release 2.1.6 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 authored May 31, 2024
2 parents 52cb8c7 + be8c8ca commit 93299f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inducoapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .inducoapi import build_openapi

__all__ = ["build_openapi"]
__version__ = "2.1.5"
__version__ = "2.1.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "inducoapi"
version = "2.1.5"
version = "2.1.6"
description = "A simple python program to generate OpenApi documentation by supplying request/response bodies."
authors = ["Matteo Pergolesi <[email protected]>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit 93299f6

Please sign in to comment.