From 7c1e8b3561b4df665e895452f53caf132b9e00c9 Mon Sep 17 00:00:00 2001 From: nolash Date: Sun, 7 Feb 2021 16:33:30 +0100 Subject: [PATCH] Upgrade signer --- python/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.cfg b/python/setup.cfg index 5eaea7d..f2d3e97 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-address-index -version = 0.1.0a6 +version = 0.1.0a7 description = Signed metadata declarations for ethereum addresses author = Louis Holbrook author_email = dev@holbrook.no @@ -30,7 +30,7 @@ packages = eth_token_index.runnable install_requires = web3==5.12.2 - crypto-dev-signer~=0.4.13rc1 + crypto-dev-signer~=0.4.13rc2 tests_require = eth-tester==0.5.0b2 py-evm==0.3.0a20