Skip to content

Commit

Permalink
Bump version & fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
omarryhan authored Mar 1, 2022
1 parent d56c7e5 commit b68399b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiogoogle/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
__about__ = "Async Google API client"
__description__ = __about__
__url__ = "https://github.com/omarryhan/aiogoogle"
__version_info__ = ("3", "1", "2")
__version_info__ = ("3", "2", "1")
__version__ = ".".join(__version_info__)
__author__ = "Omar Ryhan"
__author_email__ = "[email protected]"
__maintainer__ = "Omar Ryhan"
__license__ = "GNU"
__license__ = "MIT"
__copyright__ = "(c) 2018 by Omar Ryhan"

0 comments on commit b68399b

Please sign in to comment.