diff --git a/setup.py b/setup.py index 25faf93242f0035ce8cb68582327b3387cc0c084..be983bbe39bd3e94f3ff2726bbed4c5529082a53 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 b66e2b5fa78689ac71ee00d6bc303c08e616a535..b62aa686d26733f23f693fd447ebd1b01a024b20 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"