changeset 20:ae10f3dadcea

Bump version -> 0.3.1
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 23 Nov 2016 21:37:22 +0100
parents ba64383e5593
children be776a25b5e4 e1bf0485bc96
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Nov 23 20:12:20 2016 +0100
+++ b/Cargo.toml	Wed Nov 23 21:37:22 2016 +0100
@@ -1,7 +1,7 @@
 [package]
 name = "sstable"
 description = "Sorted String Tables, an on-disk format for storing immutable maps consisting of string,string pairs, and retrieving values by key efficiently."
-version = "0.3.0"
+version = "0.3.1"
 readme = "README.md"
 keywords = ["sstable", "database"]
 repository = "https://bitbucket.org/dermesser/sstable"