🔖 Release version 0.102.0

This commit is contained in:
Sebastián Ramírez 2023-08-25 21:18:38 +02:00
parent 859d40407c
commit 9cf9e1084d
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## Latest Changes
## 0.102.0
### Features

View File

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.101.1"
__version__ = "0.102.0"
from starlette import status as status