Skip to content

Commit 74b84f9

Browse files
authored
Release v0.1.5 (#17)
1 parent c2d9fae commit 74b84f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.4"
4+
__version__ = "0.1.5"
55
__author__ = "Ali Aliyev"
66
__author_email__ = "[email protected]"
77
__license__ = "The MIT License (MIT)"

0 commit comments

Comments
 (0)