summaryrefslogtreecommitdiff
path: root/contrib/fb303/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 /contrib/fb303/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 'contrib/fb303/py/setup.py')
-rw-r--r--contrib/fb303/py/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fb303/py/setup.py b/contrib/fb303/py/setup.py
index 6710c8f61..8b68df4dc 100644
--- a/contrib/fb303/py/setup.py
+++ b/contrib/fb303/py/setup.py
@@ -26,7 +26,7 @@ except:
from distutils.core import setup, Extension, Command
setup(name = 'thrift_fb303',
- version = '1.0.0-dev',
+ version = '0.9.2',
description = 'Python bindings for the Apache Thrift FB303',
author = ['Thrift Developers'],
author_email = ['dev@thrift.apache.org'],