Skip to content
Snippets Groups Projects
Commit 65c274c3 authored by hofmockel's avatar hofmockel
Browse files

Make the master to 0.4

parent d1a94d7e
No related branches found
No related tags found
No related merge requests found
Changelog Changelog
********* *********
Version 0.4
-----------
Nothing in yet.
Version 0.3 Version 0.3
----------- -----------
This version works with RocksDB version v3.11. This version works with RocksDB version v3.11.
......
...@@ -55,9 +55,9 @@ copyright = u'2014, sh' ...@@ -55,9 +55,9 @@ copyright = u'2014, sh'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.3' version = '0.4'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.3' release = '0.4'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -28,7 +28,7 @@ mod1 = Extension( ...@@ -28,7 +28,7 @@ mod1 = Extension(
setup( setup(
name="pyrocksdb", name="pyrocksdb",
version='0.3', version='0.4',
description="Python bindings for RocksDB", description="Python bindings for RocksDB",
keywords='rocksdb', keywords='rocksdb',
author='Stephan Hofmockel', author='Stephan Hofmockel',
......
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