We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fc343 commit 11286dcCopy full SHA for 11286dc
aioauth/__version__.py
@@ -1,7 +1,7 @@
1
__title__ = "aioauth"
2
__description__ = "Asynchronous OAuth 2.0 framework for Python 3."
3
__url__ = "https://github.com/aliev/aioauth"
4
-__version__ = "1.0.2"
+__version__ = "1.0.3"
5
__author__ = "Ali Aliyev"
6
__author_email__ = "[email protected]"
7
__license__ = "The MIT License (MIT)"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.0.2
+current_version = 1.0.3
commit = True
tag = True
0 commit comments