Skip to content

Commit

Permalink
Update apitools version to 0.5.32. (#307)
Browse files Browse the repository at this point in the history
* Update apitools version to 0.5.32.

* Pin to an old RSA version for Python 2

* Try switching the order or rsa and oauth2client

* Revert attempted RSA fix.
  • Loading branch information
rrauber committed May 5, 2021
1 parent f11e098 commit 816fb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

py_version = platform.python_version()

_APITOOLS_VERSION = '0.5.31'
_APITOOLS_VERSION = '0.5.32'

with open('README.rst') as fileobj:
README = fileobj.read()
Expand Down

0 comments on commit 816fb1f

Please sign in to comment.