for 4.12 release, change python client verison to 4.12.0 from 4.12.0-alpha-0
diff --git a/stream/clients/python/setup.py b/stream/clients/python/setup.py
index 7d949ee..0bd3a66 100644
--- a/stream/clients/python/setup.py
+++ b/stream/clients/python/setup.py
@@ -19,7 +19,7 @@
 
 name = 'apache-bookkeeper-client'
 description = 'Apache BookKeeper client library'
-version = '4.12.0-alpha-0'
+version = '4.12.0'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'