summaryrefslogtreecommitdiff
path: root/lib/py/setup.py
diff options
context:
space:
mode:
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 c196415ce..d44fd9cd4 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -66,7 +66,7 @@ def run_setup(with_binary):
extensions = dict()
setup(name = 'thrift',
- version = '1.0.0-dev',
+ version = '0.9.1',
description = 'Python bindings for the Apache Thrift RPC system',
author = ['Thrift Developers'],
author_email = ['dev@thrift.apache.org'],