From: Sebastián Ramírez Date: Sun, 2 Jul 2023 16:00:39 +0000 (+0200) Subject: 🔖 Release version 0.99.1 X-Git-Tag: 0.99.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd4e78ca7b09abdf0d4646fe4697316c021a8b2e;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.99.1 --- diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 9c4316e693..2d1bac2e13 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.99.0" +__version__ = "0.99.1" from starlette import status as status