diff --git a/setup.py b/setup.py
index 3989ed224a0738925f4531e3aa6fc4ebef3b7d17..6b4dfc4551377e74589c01a8ed54ff4fc0485c54 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',