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 3cc5d5b commit a5886b6Copy full SHA for a5886b6
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", "14", "1")
+__version_info__ = ("5", "15", "0")
6
__version__ = ".".join(__version_info__)
7
__author__ = "Omar Ryhan"
8
__author_email__ = "omarryhan@gmail.com"
0 commit comments