Skip to content

Commit

Permalink
bump to 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
twmht committed Jan 25, 2018
1 parent 8b8781f commit 1ba2b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ def cythonize(extensions): return extensions

setup(
name="python-rocksdb",
version='0.6.7',
version='0.6.8',
description="Python bindings for RocksDB",
keywords='rocksdb',
author='Ming Hsuan Tu',
author_email="Use the github issues",
author_email="[email protected]",
url="https://github.com/twmht/python-rocksdb",
license='BSD License',
install_requires=['setuptools'],
Expand Down

0 comments on commit 1ba2b1a

Please sign in to comment.