eth-token-index

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

commit a104e74728d4058b30ed694d2654451f57825c9d
parent 824abbfb83c362a8288c9f4545ae33a072cdaed5
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Mar 2023 10:59:08 +0000

Upgrade deps

Diffstat:
Mpython/CHANGELOG | 2++
Mpython/requirements.txt | 5+++--
Mpython/setup.cfg | 2+-
3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,3 +1,5 @@ +- 0.4.3 + * Upgrade deps - 0.4.2 * Add contract metadata - 0.4.1 diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,4 @@ confini~=0.6.0 -chainlib-eth~=0.4.7 -eth_erc20~=0.5.0 +chainlib-eth~=0.4.17 +chainlib~=0.4.12 +eth_erc20~=0.7.1 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-token-index -version = 0.4.2 +version = 0.4.3 description = Token symbol to address unique index author = Louis Holbrook author_email = dev@holbrook.no