Skip to content

Commit

Permalink
Release 2.1.5 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 committed Apr 27, 2024
2 parents f1fb7e8 + ce3fe77 commit e3dc6aa
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.4"
__version__ = "2.1.5"
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.4"
version = "2.1.5"
description = "A simple python program to generate OpenApi documentation by supplying request/response bodies."
authors = ["Matteo Pergolesi <matpergo@gmail.com>"]
license = "Apache License 2.0"
Expand Down

0 comments on commit e3dc6aa

Please sign in to comment.