aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcglouch <10370863+cglouch@users.noreply.github.com>2024-04-29 12:43:01 -0400
committerGitHub <noreply@github.com>2024-04-29 12:43:01 -0400
commit41f8feae5172d9cc7d320d0baec4473cd12389f0 (patch)
treea19224be0abcbeb6b6b2250cc7159c037507c893
parentac45a78b4f4b0b92615c307d6467314ba407b9eb (diff)
downloadapitools-upstream-master.tar.gz
Update apitools version to 0.5.34. (#322)upstream-master
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 16c9ff8..889a075 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ CONSOLE_SCRIPTS = [
py_version = platform.python_version()
-_APITOOLS_VERSION = '0.5.33'
+_APITOOLS_VERSION = '0.5.34'
with open('README.rst') as fileobj:
README = fileobj.read()