Browse Source

🔖 Release version 0.100.0-beta2

pull/9778/head 0.100.0-beta2
Sebastián Ramírez 2 years ago
parent
commit
1d8d8925fc
  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.100.0-beta1"
__version__ = "0.100.0-beta2"
from starlette import status as status

Loading…
Cancel
Save