Skip to content

Commit

Permalink
Version 2.1.8 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 committed Jul 7, 2024
2 parents 38656e3 + f3ea5ad commit e177916
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.7"
__version__ = "2.1.8"
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.7"
version = "2.1.8"
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 e177916

Please sign in to comment.