From 00111502e1ca1af3dafce9166f976fb6728b3fad Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 25 May 2022 15:12:32 +1000 Subject: [PATCH] Bump version to 0.29.0 We have increased the MSRV, this requires a 'minor' version bump (since we are pre v1.0). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a0e14e3d8..ad6d4490ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.28.0" +version = "0.29.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"