From d9531c33cb93e289dd8d0e47bb843ebae5da85d7 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 6 Mar 2022 19:31:17 +0000 Subject: [PATCH] Upgrade confini --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3088d1..dbb2cd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ pysha3==1.0.2 rlp==2.0.1 #rlp==3.0.0 json-rpc==1.13.0 -confini~=0.5.1 +confini~=0.6.0 coincurve==15.0.0 -hexathon~=0.1.0 +hexathon~=0.1.5 pycryptodome==3.10.1 funga==0.5.2 diff --git a/setup.py b/setup.py index f2f917d..22b9682 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ f.close() setup( name="funga-eth", - version="0.5.6", + version="0.6.0", description="Ethereum implementation of the funga keystore and signer", author="Louis Holbrook", author_email="dev@holbrook.no",