diff --git a/fastapi/__init__.py b/fastapi/__init__.py index ae8e63c08..4844ac100 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.100.0-beta1" +__version__ = "0.100.0-beta2" from starlette import status as status