From d198457b28f5de8bba4c9dbbf8bda4f18506c153 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 4 Jan 2019 17:58:14 +0100
Subject: [PATCH] v0.6.2

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

diff --git a/setup.py b/setup.py
index 91bbbfd1..4f2c14a2 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="silkaj",
-    version="0.6.1",
+    version="0.6.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 5860b6eb..18b7d8f0 100644
--- a/silkaj/constants.py
+++ b/silkaj/constants.py
@@ -1,4 +1,4 @@
-SILKAJ_VERSION = "0.6.1"
+SILKAJ_VERSION = "0.6.2"
 NO_MATCHING_ID = "No matching identity"
 G1_SYMBOL = "Äž1"
 GTEST_SYMBOL = "ÄžTest"
-- 
GitLab