funga

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

commit d07fc6c7678eb740980f9ce62c8eabbec6e564da
parent ebff903a0adbe3dec2a7a856de1bca9ab8fc7230
Author: nolash <dev@holbrook.no>
Date:   Mon, 11 Jan 2021 20:30:20 +0100

Bump beta, upgrade rlp

Diffstat:
Mrequirements.txt | 2+-
Msetup.py | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -3,7 +3,7 @@ psycopg2==2.8.6 cryptography==3.2.1 eth-keys==0.3.3 pysha3==1.0.2 -rlp==2.0.0a1 +rlp==2.0.1 json-rpc==1.13.0 confini==0.3.5 sqlalchemy==1.3.20 diff --git a/setup.py b/setup.py @@ -24,7 +24,7 @@ f.close() setup( name="crypto-dev-signer", - version="0.4.13b3", + version="0.4.13b4", description="A signer and keystore daemon and library for cryptocurrency software development", author="Louis Holbrook", author_email="dev@holbrook.no",