Skip to content

Commit

Permalink
Update __version__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
omarryhan authored Sep 3, 2024
1 parent 1118d85 commit e197afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiogoogle/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__about__ = "Async Google API client"
__description__ = __about__
__url__ = "https://github.com/omarryhan/aiogoogle"
__version_info__ = ("5", "12", "0")
__version_info__ = ("5", "13", "0")
__version__ = ".".join(__version_info__)
__author__ = "Omar Ryhan"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit e197afd

Please sign in to comment.