Skip to content

Commit 11286dc

Browse files
committed
Bump version: 1.0.2 → 1.0.3
1 parent b0fc343 commit 11286dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aioauth/__version__.py

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

setup.cfg

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

0 commit comments

Comments
 (0)