Skip to content
Snippets Groups Projects
Commit 9aed9561 authored by twmht's avatar twmht
Browse files

bump to 0.6.4

parent 9fcafffb
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment