Skip to content

Commit 6546b0a

Browse files
authored
Bump version (#6)
1 parent b214bbb commit 6546b0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

src/aioauth/__version__.py

Lines changed: 1 addition & 1 deletion
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__ = "0.1.1"
4+
__version__ = "0.1.2"
55
__author__ = "Ali Aliyev"
66
__author_email__ = "[email protected]"
77
__license__ = "The MIT License (MIT)"

0 commit comments

Comments
 (0)