From 4f9e341de83fbf06bbca7b352756e51be4bd14d0 Mon Sep 17 00:00:00 2001
From: twmht <qrnnis2623891@gmail.com>
Date: Sun, 23 Apr 2017 19:33:42 +0800
Subject: [PATCH] bump to 0.6.5

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index c5d4d30..6c564e1 100644
--- a/setup.py
+++ b/setup.py
@@ -32,12 +32,12 @@ mod1 = Extension(
 
 setup(
     name="python-rocksdb",
-    version='0.6.4',
+    version='0.6.5',
     description="Python bindings for RocksDB",
     keywords='rocksdb',
     author='Ming Hsuan Tu',
     author_email="Use the github issues",
-    url="https://github.com/twmht/pyrocksdb.git",
+    url="https://github.com/twmht/python-rocksdb",
     license='BSD License',
     install_requires=['setuptools'],
     package_dir={'rocksdb': 'rocksdb'},
-- 
GitLab