master is now 0.5

This commit is contained in:
hofmockel 2015-08-30 12:34:31 +02:00
parent bab926bf1b
commit 23e304b0d1
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Changelog
*********
Version 0.5
-----------
Version 0.4
-----------
This version works with RocksDB v3.12.

View file

@ -32,7 +32,7 @@ mod1 = Extension(
setup(
name="pyrocksdb",
version='0.4',
version='0.5',
description="Python bindings for RocksDB",
keywords='rocksdb',
author='Stephan Hofmockel',