From af8b32b1d386760c1d3769d03b6922d704a19595 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 25 Jun 2019 18:37:18 +0200
Subject: [PATCH] v0.7.2

---
 setup.py            | 2 +-
 silkaj/constants.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 72b75e09..e70db8a5 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setup(
     name="silkaj",
-    version="0.7.1",
+    version="0.7.2",
     author="Moul",
     author_email="moul@moul.re",
     description="Command line client for Duniter",
diff --git a/silkaj/constants.py b/silkaj/constants.py
index e43b8582..5dbc70eb 100644
--- a/silkaj/constants.py
+++ b/silkaj/constants.py
@@ -15,7 +15,7 @@ You should have received a copy of the GNU Affero General Public License
 along with Silkaj. If not, see <https://www.gnu.org/licenses/>.
 """
 
-SILKAJ_VERSION = "0.7.1"
+SILKAJ_VERSION = "0.7.2"
 G1_SYMBOL = "Ğ1"
 GTEST_SYMBOL = "ĞTest"
 G1_DEFAULT_ENDPOINT = "g1.duniter.org", "443"
-- 
GitLab