Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
omarryhan committed Dec 30, 2021
1 parent 8654d86 commit 4eef158
Show file tree
Hide file tree
Showing 2 changed files with 9 additions 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__ = ("3", "1", "0")
__version_info__ = ("3", "1", "1")
__version__ = ".".join(__version_info__)
__author__ = "Omar Ryhan"
__author_email__ = "[email protected]"
Expand Down
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,14 @@ Take your pick :)
Development notes
=====================
To run the test suite
-------------------------
1. Install `tox <https://tox.wiki/en/latest/>`_
2. Run ``$ tox`` in the root of the project.
3. For extra configs, check out the tox.ini file.
To upload a new version
-------------------------
Expand Down

0 comments on commit 4eef158

Please sign in to comment.