Skip to content

Commit 6c16cb1

Browse files
authored
Update __version__.py
1 parent e04cd1d commit 6c16cb1

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", "13", "1")
5+
__version_info__ = ("5", "13", "2")
66
__version__ = ".".join(__version_info__)
77
__author__ = "Omar Ryhan"
88
__author_email__ = "omarryhan@gmail.com"

0 commit comments

Comments
 (0)