We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a198fc commit dd4e78cCopy full SHA for dd4e78c
fastapi/__init__.py
@@ -1,6 +1,6 @@
1
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
2
3
-__version__ = "0.99.0"
+__version__ = "0.99.1"
4
5
from starlette import status as status
6
0 commit comments