From: Sebastián Ramírez Date: Mon, 14 Aug 2023 10:03:14 +0000 (+0200) Subject: 🔖 Release version 0.101.1 X-Git-Tag: 0.101.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63e7edb2951b36b494176e2f6a22819fcd3feb17;p=thirdparty%2Ffastapi%2Ffastapi.git 🔖 Release version 0.101.1 --- diff --git a/fastapi/__init__.py b/fastapi/__init__.py index c113ac1fd0..d8abf2103e 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.101.0" +__version__ = "0.101.1" from starlette import status as status