funga-eth

Ethereum implementation of the funga keystore and signer
Log | Files | Refs | README | LICENSE

commit 481495c8cbe8b66ae12addbff83aea9b8d3fe0e9
parent 1a0f32687c8afa36f219d3920fa5dfb919936114
Author: lash <dev@holbrook.no>
Date:   Sat,  3 Jun 2023 13:33:29 +0100

Upgrade to beta

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +* 0.7.1 + - Upgrade to beta * 0.7.0 - Make dict keystore default for signer daemon * 0.6.7 diff --git a/requirements.txt b/requirements.txt @@ -7,4 +7,4 @@ confini~=0.6.0 coincurve==15.0.0 hexathon~=0.1.6 pycryptodome==3.10.1 -funga~=0.5.2 +funga~=0.5.6 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 Environment :: Console diff --git a/setup.py b/setup.py @@ -33,7 +33,7 @@ f.close() setup( name="funga-eth", - version="0.7.0", + version="0.7.1", description="Ethereum implementation of the funga keystore and signer", author="Louis Holbrook", author_email="dev@holbrook.no",