bump to 0.6.4
This commit is contained in:
parent
9fcafffbf4
commit
9aed9561e0
2 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue