funga

Signer and keystore daemon and library for cryptocurrency software development
Log | Files | Refs | README | LICENSE

commit ba5bc5f985885458e4ebfc8ad180f5906e3f4645
parent d91c57fc9f8389cff81e123b19934f03ba814189
Author: nolash <dev@holbrook.no>
Date:   Tue, 22 Dec 2020 14:50:45 +0100

Bump version

Diffstat:
MCHANGELOG | 2++
Msetup.py | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +* 0.4.7 + - Upgrade dependencies * 0.4.6 - Add sign message * 0.4.5 diff --git a/setup.py b/setup.py @@ -24,7 +24,7 @@ f.close() setup( name="crypto-dev-signer", - version="0.4.6", + version="0.4.7", description="A signer and keystore daemon and library for cryptocurrency software development", author="Louis Holbrook", author_email="dev@holbrook.no",