From f44bd679f00c95addca7dd827991c8bbaa2b84e4 Mon Sep 17 00:00:00 2001 From: Moul Date: Mon, 10 Dec 2018 16:12:01 +0100 Subject: [PATCH] v0.6.1 --- setup.py | 2 +- silkaj/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 25faf93..be983bb 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.0", + version="0.6.1", author="Moul", author_email="moul@moul.re", description="Command line client for Duniter", diff --git a/silkaj/constants.py b/silkaj/constants.py index b66e2b5..b62aa68 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -1,4 +1,4 @@ -SILKAJ_VERSION = "silkaj 0.6.0" +SILKAJ_VERSION = "silkaj 0.6.1" NO_MATCHING_ID = "No matching identity" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" -- GitLab