From 9f95b9f645fd4865d9161998af8a3cd4a3de5070 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Fri, 29 May 2015 09:34:10 -0400 Subject: [PATCH] Bump the version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e1179a..d9a9ee5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlite" -version = "0.0.1" +version = "0.1.0" authors = ["Ivan Ukhov "] license = "MIT" repository = "https://github.com/stainless-steel/sqlite"