From 41f8feae5172d9cc7d320d0baec4473cd12389f0 Mon Sep 17 00:00:00 2001 From: cglouch <10370863+cglouch@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:43:01 -0400 Subject: [PATCH] Update apitools version to 0.5.34. (#322) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()