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 7be2b5d66..e4d58f93b 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -105,7 +105,7 @@ def run_setup(with_binary):
twisted_deps = ['twisted']
setup(name='thrift',
- version='0.18.0',
+ version='0.18.1',
description='Python bindings for the Apache Thrift RPC system',
long_description=read_file("README.md"),
long_description_content_type="text/markdown",