From 49ee2068fb165ca67d155cdad000a7f516bc2317 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 6 Jan 2019 12:54:43 +0100 Subject: [PATCH] v0.6.4 --- setup.py | 2 +- silkaj/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2ed4eb6a..1bc9c9c4 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.3", + version="0.6.4", author="Moul", author_email="moul@moul.re", description="Command line client for Duniter", diff --git a/silkaj/constants.py b/silkaj/constants.py index 8b5e3423..9f61e5b0 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -1,4 +1,4 @@ -SILKAJ_VERSION = "0.6.3" +SILKAJ_VERSION = "0.6.4" NO_MATCHING_ID = "No matching identity" G1_SYMBOL = "Ğ1" GTEST_SYMBOL = "ĞTest" -- GitLab