Skip to content

Commit

Permalink
Update apitools version to 0.5.33 (#316)
Browse files Browse the repository at this point in the history
* Update apitools version to 0.5.33
* Fix #258: issue with unknown values in repeated enums
  • Loading branch information
jameslynnwu committed Aug 9, 2022
1 parent cf5555d commit c7d44d6
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.32'
_APITOOLS_VERSION = '0.5.33'

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

0 comments on commit c7d44d6

Please sign in to comment.