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(
|
setup(
|
||||||
name="python-rocksdb",
|
name="python-rocksdb",
|
||||||
version='0.6.4',
|
version='0.6.5',
|
||||||
description="Python bindings for RocksDB",
|
description="Python bindings for RocksDB",
|
||||||
keywords='rocksdb',
|
keywords='rocksdb',
|
||||||
author='Ming Hsuan Tu',
|
author='Ming Hsuan Tu',
|
||||||
author_email="Use the github issues",
|
author_email="Use the github issues",
|
||||||
url="https://github.com/twmht/pyrocksdb.git",
|
url="https://github.com/twmht/python-rocksdb",
|
||||||
license='BSD License',
|
license='BSD License',
|
||||||
install_requires=['setuptools'],
|
install_requires=['setuptools'],
|
||||||
package_dir={'rocksdb': 'rocksdb'},
|
package_dir={'rocksdb': 'rocksdb'},
|
||||||
|
|
Loading…
Reference in a new issue