commit | 41f8feae5172d9cc7d320d0baec4473cd12389f0 | [log] [tgz] |
---|---|---|
author | cglouch <[email protected]> | Mon Apr 29 12:43:01 2024 -0400 |
committer | GitHub <[email protected]> | Mon Apr 29 12:43:01 2024 -0400 |
tree | a19224be0abcbeb6b6b2250cc7159c037507c893 | |
parent | ac45a78b4f4b0b92615c307d6467314ba407b9eb [diff] |
Update apitools version to 0.5.34. (#322)
diff --git a/setup.py b/setup.py index 16c9ff8..889a075 100644 --- a/setup.py +++ b/setup.py
@@ -48,7 +48,7 @@ py_version = platform.python_version() -_APITOOLS_VERSION = '0.5.33' +_APITOOLS_VERSION = '0.5.34' with open('README.rst') as fileobj: README = fileobj.read()