funga

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

commit 278b815ce53d111d64c9e127a743098cee0b7c93
parent 902493e723eda43e0f6e20290611a01afcbe6f9b
Author: lash <dev@holbrook.no>
Date:   Sat,  3 Jun 2023 13:32:17 +0100

Upgrade to beta

Diffstat:
MCHANGELOG | 4++++
Msetup.cfg | 2+-
Msetup.py | 2+-
3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,7 @@ +* 0.5.6 + - Upgrade to beta +* 0.5.5 + - Change package readme and update project uri * 0.5.4 - Update url in package file * 0.5.3 diff --git a/setup.cfg b/setup.cfg @@ -2,7 +2,7 @@ classifiers = Programming Language :: Python :: 3 Operating System :: OS Independent - Development Status :: 3 - Alpha + Development Status :: 4 - Beta Intended Audience :: Developers Topic :: Software Development :: Libraries License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) diff --git a/setup.py b/setup.py @@ -24,7 +24,7 @@ f.close() setup( name="funga", - version="0.5.5", + version="0.5.6", description="A signer and keystore daemon and library for cryptocurrency software development", author="Louis Holbrook", author_email="dev@holbrook.no",