From 75ea501dd154e5303097ffd0df08c018a51d7ea3 Mon Sep 17 00:00:00 2001
From: twmht <qrnnis2623891@gmail.com>
Date: Thu, 15 Feb 2018 16:54:07 +0800
Subject: [PATCH] bump to 0.6.9

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 0a73f29..83b5e00 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ if platform.system() == 'Darwin':
 
 setup(
     name="python-rocksdb",
-    version='0.6.8',
+    version='0.6.9',
     description="Python bindings for RocksDB",
     keywords='rocksdb',
     author='Ming Hsuan Tu',
-- 
GitLab