Skip to content

Commit

Permalink
🔖 Release version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 authored Jan 21, 2025
1 parent ea7d77e commit 9d79268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_class/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def post(self, user: ItemModel):
"""

__version__ = "3.6.0"
__version__ = "3.7.0"

from fastapi_class.exception import FormattedMessageException
from fastapi_class.openapi import ExceptionModel, _exceptions_to_responses
Expand Down

0 comments on commit 9d79268

Please sign in to comment.