Skip to content

Commit 6eb4acd

Browse files
committed
Bump version: 1.3.0 → 1.3.1
1 parent 3e0d361 commit 6eb4acd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

aioauth/__version__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__title__ = "aioauth"
22
__description__ = "Asynchronous OAuth 2.0 framework for Python 3."
33
__url__ = "https://github.com/aliev/aioauth"
4-
__version__ = "1.3.0"
4+
__version__ = "1.3.1"
55
__author__ = "Ali Aliyev"
66
__author_email__ = "[email protected]"
77
__license__ = "The MIT License (MIT)"
8-
__copyright__ = "Copyright 2020 Ali Aliyev"
8+
__copyright__ = "Copyright 2022 Ali Aliyev"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.3.1
33
commit = True
44
tag = True
55

@@ -12,7 +12,7 @@ addopts = -s --strict -vv --cache-clear --maxfail=1 --cov=aioauth --cov-report=t
1212

1313
[coverage:run]
1414
branch = True
15-
omit =
15+
omit =
1616
site-packages
1717
aioauth/__version__.py
1818

0 commit comments

Comments
 (0)