From 52f2e02cfc13dbf1bbcf7f358e727b18db6f8d90 Mon Sep 17 00:00:00 2001 From: nolash Date: Sun, 7 Feb 2021 16:29:59 +0100 Subject: [PATCH] Upgrade signer more --- python/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.cfg b/python/setup.cfg index ea969bd..abe0eb6 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.0.10a6 +version = 0.0.10a7 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no @@ -29,7 +29,7 @@ packages = install_requires = confini~=0.3.6a1 web3==5.12.2 - crypto-dev-signer~=0.4.13rc1 + crypto-dev-signer~=0.4.13rc2 tests_require = pytest==6.0.1 eth-tester==0.5.0b2