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 f7b7a09 commit acbcbbaCopy full SHA for acbcbba
1 file changed
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.3.0"
+__version__ = "0.4.0"
4
5
from .applications import FastAPI
6
from .routing import APIRouter
0 commit comments