bump to 0.6.5
This commit is contained in:
parent
79b0f8d6fb
commit
4f9e341de8
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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'},
|
||||
|
|
Loading…
Reference in a new issue