eth-address-index

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2edba05041d73e8f122ee3cf636db0a505e7ada2
parent 4dea83e81abfbe5f04cf90e2d08dc71dfe659655
Author: nolash <dev@holbrook.no>
Date:   Sun,  7 Feb 2021 12:09:10 +0100

Upgrade signeR

Diffstat:
Mpython/setup.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-address-index -version = 0.1.0a4 +version = 0.1.0a6 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.13b10 + crypto-dev-signer~=0.4.13rc1 tests_require = eth-tester==0.5.0b2 py-evm==0.3.0a20