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()