diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 38e7472322..41b83c1135 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -1,4 +1,4 @@ -"""FastAPI framework, high performance, easy to learn, fast to code, ready for production""" +"""FastAPI framework, high performance, easy to learn, fast to code, ready for production.""" __version__ = "0.136.3"