From edb6d7b17bdf5ddbdbecb3140c5d90d1cbf14116 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Sun, 20 Sep 2015 16:40:46 -0500 Subject: [PATCH] Bump version to 0.2 for all the changes of the last two days --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e35f561..421fea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoin" -version = "0.1.0" +version = "0.2.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/apoelstra/rust-bitcoin/"