We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04cd1d commit 6c16cb1Copy full SHA for 6c16cb1
aiogoogle/__version__.py
@@ -2,7 +2,7 @@
2
__about__ = "Async Google API client"
3
__description__ = __about__
4
__url__ = "https://github.com/omarryhan/aiogoogle"
5
-__version_info__ = ("5", "13", "1")
+__version_info__ = ("5", "13", "2")
6
__version__ = ".".join(__version_info__)
7
__author__ = "Omar Ryhan"
8
__author_email__ = "omarryhan@gmail.com"
0 commit comments