Skip to content

Commit b93c8dc

Browse files
committed
🔖 release 3.3.0
1 parent 15b9e57 commit b93c8dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_class/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def post(self, user: ItemModel):
3737
"""
3838

3939

40-
__version__ = "3.2.0"
40+
__version__ = "3.3.0"
4141

4242
from fastapi_class.exception import FormattedMessageException
4343
from fastapi_class.openapi import ExceptionModel, _exceptions_to_responses

tests/test_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fastapi_class
22

3-
__version__ = "3.2.0"
3+
__version__ = "3.3.0"
44

55

66
def test_version() -> None:

0 commit comments

Comments
 (0)