Skip to content

Commit 0a25ad5

Browse files
committed
[ADD]: bump package version
1 parent c75a963 commit 0a25ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_responseschema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .helpers import wrap_app_responses, wrap_error_responses
44

55

6-
__version__ = "2.0.0"
6+
__version__ = "2.1.0"
77

88

99
__all__ = ["AbstractResponseSchema", "respond", "SchemaAPIRoute", "wrap_app_responses", "wrap_error_responses"]

tests/test_fastapi_responseschema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "2.0.0"
5+
assert __version__ == "2.1.0"

0 commit comments

Comments
 (0)