diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 6affb37e1..9269e5337 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -1,6 +1,6 @@ """FastAPI framework, high performance, easy to learn, fast to code, ready for production""" -__version__ = "0.9.1" +__version__ = "0.10.0" from starlette.background import BackgroundTasks