bump to 0.6.4

This commit is contained in:
twmht 2017-04-16 14:17:59 +08:00
parent 9fcafffbf4
commit 9aed9561e0
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ Quick install for debian/ubuntu like linux distributions.
$ cd rocksdb
$ make build && cd build
$ cmake ..
$ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}:`pwd`/../include
$ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}:`pwd`/../include:`pwd`/../
$ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:`pwd`
$ export LIBRARY_PATH=${LIBRARY_PATH}:`pwd`

View file

@ -32,7 +32,7 @@ mod1 = Extension(
setup(
name="python-rocksdb",
version='0.6.2',
version='0.6.4',
description="Python bindings for RocksDB",
keywords='rocksdb',
author='Ming Hsuan Tu',