diff --git a/aioauth_fastapi/__version__.py b/aioauth_fastapi/__version__.py index a28fe99..bf48de3 100644 --- a/aioauth_fastapi/__version__.py +++ b/aioauth_fastapi/__version__.py @@ -1,7 +1,7 @@ __title__ = "aioauth_fastapi" __description__ = "aioauth integration for FastAPI." __url__ = "https://github.com/aliev/aioauth-fastapi" -__version__ = "0.1.0" +__version__ = "0.1.1" __author__ = "Ali Aliyev" __author_email__ = "ali@aliev.me" __license__ = "The MIT License (MIT)"