diff --git a/setup.py b/setup.py index 91bbbfd1fb15f2296c83f08e2e3e3030d6b7632d..4f2c14a2c4ca0da8e5a280485a22b8baff431d34 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 5860b6ebfe28ac651099e8902c932ff1db9908ed..18b7d8f01531b83d50980811cd26d33af07b17ea 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"