Skip to content

Commit

Permalink
[ADD]: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
acwazz committed Jan 3, 2024
1 parent c75a963 commit 0a25ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastapi_responseschema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .helpers import wrap_app_responses, wrap_error_responses


__version__ = "2.0.0"
__version__ = "2.1.0"


__all__ = ["AbstractResponseSchema", "respond", "SchemaAPIRoute", "wrap_app_responses", "wrap_error_responses"]
2 changes: 1 addition & 1 deletion tests/test_fastapi_responseschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "2.0.0"
assert __version__ == "2.1.0"

0 comments on commit 0a25ad5

Please sign in to comment.