From bc74de9cbc31e4f536d7470da31bff6708fecb6e Mon Sep 17 00:00:00 2001 From: Andrey Martyanov <andrey@martyanov.com> Date: Tue, 29 Dec 2020 17:11:12 +0600 Subject: [PATCH] Bump version to 0.8.0rc2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19e55d2..3b57e40 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', -- GitLab