summaryrefslogtreecommitdiff
path: root/lib/py/setup.py
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2014-11-04 21:12:20 -0500
committerjfarrell <jfarrell@apache.org>2014-11-04 21:12:20 -0500
commit591e20f9636c37527a70dc03598218c3468a0eff (patch)
tree84d603a1702dbb886ff01615d819ce07a615c660 /lib/py/setup.py
parent4776166509cad7a2e3a624d39cbc2e97d9598311 (diff)
downloadthrift-591e20f9636c37527a70dc03598218c3468a0eff.tar.gz
Thrift-2600: 0.9.2 release0.9.20.9.2
client: release patch: jfarrell Versioning for 0.9.2 release rc1.
Diffstat (limited to 'lib/py/setup.py')
-rw-r--r--lib/py/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/py/setup.py b/lib/py/setup.py
index bd177b337..43e77f2bb 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -71,7 +71,7 @@ def run_setup(with_binary):
extensions = dict()
setup(name = 'thrift',
- version = '1.0.0-dev',
+ version = '0.9.2',
description = 'Python bindings for the Apache Thrift RPC system',
author = 'Thrift Developers',
author_email = 'dev@thrift.apache.org',