From fe0823585df536354ccf720c3942a6c74780858b Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 24 Oct 2018 14:08:11 +1100 Subject: [PATCH] Bump to version 0.4 --- Cargo.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f4d2e4..8cd8826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,7 @@ [package] name = "bitcoin_rpc_client" -version = "0.3.0" -authors = [ - "Thomas Eizinger ", - "Philipp Hoenisch ", - "Franck Royer ", - "Lloyd Fournier ", -] +version = "0.4.0" +authors = [ "CoBloX developers " ] description = "Rust client library for talking to Bitcoin Core nodes using JsonRPC." license = "MIT OR Apache-2.0" repository = "https://github.com/coblox/bitcoinrpc_rust_client"