diff --git a/setup.py b/setup.py index 19e55d2f8058bc7717074fdaae5f1302f2cfd627..3b57e409050c8d4dafa3bd2a1b85d8a1649641a1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def _get_long_description(): setuptools.setup( name='rocksdb', - version='0.8.0rc1', + version='0.8.0rc2', description='Python bindings for RocksDB', long_description=_get_long_description(), long_description_content_type='text/x-rst',