diff --git a/python/CHANGELOG b/python/CHANGELOG index bc92ab4..1e58ca1 100644 --- a/python/CHANGELOG +++ b/python/CHANGELOG @@ -1,3 +1,5 @@ +- 0.0.4 + * Update dependency versions - 0.0.3 * Move deploy script to within setup - 0.0.2 diff --git a/python/setup.cfg b/python/setup.cfg index 2b9e0a1..e268246 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.0.3 +version = 0.0.4 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no @@ -27,7 +27,7 @@ packages = eth_accounts_index eth_accounts_index.runnable install_requires = - confini==0.3.1 + confini==0.3.2 web3==5.12.2 [options.package_data]