From 01555cca5063ecab1877771cd2e5a13712fb6111 Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 1 Dec 2020 12:47:27 +0100 Subject: [PATCH] Upgrade confini --- python/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.cfg b/python/setup.cfg index 5162446..f0cf83f 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.0.1 +version = 0.0.2 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no @@ -26,7 +26,7 @@ python_requires = >= 3.6 packages = eth_accounts_index install_requires = - confini==0.2.7 + confini==0.3.1 web3==5.12.2 [options.package_data]