NO-JIRA: bump python bindings post-release version for PyPi release
diff --git a/proton-c/bindings/python/setup.py b/proton-c/bindings/python/setup.py
index db9bfca..288eb6a 100755
--- a/proton-c/bindings/python/setup.py
+++ b/proton-c/bindings/python/setup.py
@@ -366,7 +366,7 @@
             'sdist': CheckSDist}
 
 setup(name='python-qpid-proton',
-      version=bundle.bundled_version_str,
+      version=bundle.bundled_version_str + ".post1",
       description='An AMQP based messaging library.',
       author='Apache Qpid',
       author_email='proton@qpid.apache.org',