bump to 0.6.8
This commit is contained in:
parent
8b8781f450
commit
1ba2b1acc2
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -38,11 +38,11 @@ mod1 = Extension(
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="python-rocksdb",
|
name="python-rocksdb",
|
||||||
version='0.6.7',
|
version='0.6.8',
|
||||||
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="qrnnis2623891@gmail.com",
|
||||||
url="https://github.com/twmht/python-rocksdb",
|
url="https://github.com/twmht/python-rocksdb",
|
||||||
license='BSD License',
|
license='BSD License',
|
||||||
install_requires=['setuptools'],
|
install_requires=['setuptools'],
|
||||||
|
|
Loading…
Reference in a new issue