We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b214bbb commit 6546b0aCopy full SHA for 6546b0a
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0
+current_version = 0.1.2
3
commit = True
4
tag = True
5
src/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__ = "0.1.1"
+__version__ = "0.1.2"
__author__ = "Ali Aliyev"
6
__author_email__ = "[email protected]"
7
__license__ = "The MIT License (MIT)"
0 commit comments