From 5c28aa1abdd4e8da9ac1b5967d9bbe48b2f1734b Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 14 Jan 2021 11:17:00 +0100 Subject: [PATCH] Include signer fix without spammy logs --- python/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.cfg b/python/setup.cfg index cc2dbf7..aca4e89 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.0.10a4 +version = 0.0.10a5 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.5 web3==5.12.2 - crypto-dev-signer~=0.4.13b9 + crypto-dev-signer~=0.4.13b10 tests_require = pytest==6.0.1 eth-tester==0.5.0b2