Skip to content

Commit

Permalink
[ADD] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
acwazz committed Aug 4, 2022
1 parent d4f0e8d commit 18d6a5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastapi_responseschema/__init__.py
Expand Up @@ -3,7 +3,7 @@
from .helpers import wrap_app_responses, wrap_error_responses


__version__ = '1.0.1'
__version__ = '1.1.0'


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-responseschema"
version = "1.0.1"
version = "1.1.0"
description = "Generic and common response schemas for FastAPI"
authors = ["Emanuele Addis <ustarjem.acwazz@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fastapi_responseschema.py
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '1.0.1'
assert __version__ == '1.1.0'

0 comments on commit 18d6a5a

Please sign in to comment.