Skip to content

Commit acbcbba

Browse files
committed
🔖 Release 0.4.0 with openapi_prefix, #26
1 parent f7b7a09 commit acbcbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.4.0"
44

55
from .applications import FastAPI
66
from .routing import APIRouter

0 commit comments

Comments
 (0)