We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0d361 commit 6eb4acdCopy full SHA for 6eb4acd
aioauth/__version__.py
@@ -1,8 +1,8 @@
1
__title__ = "aioauth"
2
__description__ = "Asynchronous OAuth 2.0 framework for Python 3."
3
__url__ = "https://github.com/aliev/aioauth"
4
-__version__ = "1.3.0"
+__version__ = "1.3.1"
5
__author__ = "Ali Aliyev"
6
__author_email__ = "[email protected]"
7
__license__ = "The MIT License (MIT)"
8
-__copyright__ = "Copyright 2020 Ali Aliyev"
+__copyright__ = "Copyright 2022 Ali Aliyev"
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.3.0
+current_version = 1.3.1
commit = True
tag = True
@@ -12,7 +12,7 @@ addopts = -s --strict -vv --cache-clear --maxfail=1 --cov=aioauth --cov-report=t
12
13
[coverage:run]
14
branch = True
15
-omit =
+omit =
16
site-packages
17
aioauth/__version__.py
18
0 commit comments