From 152e2313e26faa24ae4b4faef07662456b787a9d Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 8 Sep 2021 17:53:34 +0200 Subject: [PATCH] Bump version, deps --- requirements.txt | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5fcf1b9..79a2256 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -crypto-dev-signer>=0.4.15a1,<=0.4.15 +crypto-dev-signer>=0.4.15a3,<=0.4.15 pysha3==1.0.2 hexathon~=0.0.1a8 websocket-client==0.57.0 potaahto~=0.0.1a1 -chainlib==0.0.9a6 +chainlib==0.0.9a7 confini>=0.4.1a1,<0.5.0 diff --git a/setup.cfg b/setup.cfg index a4a91cb..379a962 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.9a9 +version = 0.0.9a10 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no