diff --git a/setup.py b/setup.py index 2a1df8b..507ab9b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -from fastapi_lazy import __version__ +__version__ = "1.2.6" with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read()