From afa37d1f40191308d7a75c1d2a90897d1cc57fa1 Mon Sep 17 00:00:00 2001 From: Sebastian Geisler Date: Tue, 26 Jun 2018 01:03:09 +0200 Subject: [PATCH] bump version to 0.5.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45caf3c4b..bccc290ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bech32" -version = "0.4.1" +version = "0.5.0" authors = ["Clark Moody"] repository = "https://github.com/rust-bitcoin/rust-bech32" description = "Encodes and decodes the Bech32 format"