From 148e30844864a539da39be228ccbaac676ee3418 Mon Sep 17 00:00:00 2001 From: Jon Layton Date: Fri, 2 Mar 2018 19:12:03 -0600 Subject: [PATCH] Increment version to 1.0.0 --- README.rst | 2 +- lib/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e65d2d6de340..55941bba8616 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ BTCP Electrum - Lightweight Bitcoin Private Client ========================================== -Current Release (P!0.1.0): https://github.com/BTCPrivate/electrum-btcp/releases/tag/P!0.1.0 +Current Release (P!1.0.0): https://github.com/BTCPrivate/electrum-btcp/releases/tag/P!1.0.0 Originally forked from **spesmilo/electrum**: https://github.com/spesmilo/electrum diff --git a/lib/version.py b/lib/version.py index b250882e7b55..f48bbf32e6a5 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,5 +1,5 @@ # version of the client package -ELECTRUM_VERSION = 'P!0.1.0' +ELECTRUM_VERSION = 'P!1.0.0' # protocol version requested PROTOCOL_VERSION = '1.1'