Skip to content

Commit 9ef11c7

Browse files
committed
bump version
1 parent 6ef610b commit 9ef11c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiogoogle/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__about__ = "Async Google API client"
33
__description__ = __about__
44
__url__ = "https://github.com/omarryhan/aiogoogle"
5-
__version_info__ = ("5", "15", "0")
5+
__version_info__ = ("5", "16", "0")
66
__version__ = ".".join(__version_info__)
77
__author__ = "Omar Ryhan"
88
__author_email__ = "omarryhan@gmail.com"

0 commit comments

Comments
 (0)