From 7a8ce1090eab11e207853e7f30c77f2726a25b43 Mon Sep 17 00:00:00 2001 From: Ali Aliyev Date: Sat, 3 Aug 2024 19:32:01 +0400 Subject: [PATCH] Bump version: 1.5.3 -> 1.6.0 --- aioauth/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aioauth/__version__.py b/aioauth/__version__.py index 375c3a9..3d912d5 100644 --- a/aioauth/__version__.py +++ b/aioauth/__version__.py @@ -1,7 +1,7 @@ __title__ = "aioauth" __description__ = "Asynchronous OAuth 2.0 framework for Python 3." __url__ = "https://github.com/aliev/aioauth" -__version__ = "1.5.3" +__version__ = "1.6.0" __author__ = "Ali Aliyev" __author_email__ = "ali@aliev.me" __license__ = "The MIT License (MIT)"