From 11da1aa988648e26b1556cee64a9bfc273f095cf Mon Sep 17 00:00:00 2001 From: twmht <qrnnis2623891@gmail.com> Date: Fri, 1 Feb 2019 22:02:14 +0800 Subject: [PATCH] bump to version 0.7.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3989ed2..6b4dfc4 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ if platform.system() == 'Darwin': setup( name="python-rocksdb", - version='0.6.9', + version='0.7.0', description="Python bindings for RocksDB", keywords='rocksdb', author='Ming Hsuan Tu', -- GitLab