Browse Source

🔖 Release version 0.99.1

pull/4727/merge 0.99.1
Sebastián Ramírez 2 years ago
parent
commit
dd4e78ca7b
  1. 2
      fastapi/__init__.py

2
fastapi/__init__.py

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

Loading…
Cancel
Save