From 224af29ad99e5a112c1c672f2ae052f0b91a0901 Mon Sep 17 00:00:00 2001 From: lash Date: Sat, 11 Feb 2023 04:47:58 +0000 Subject: [PATCH] Bump deps --- python/requirements.txt | 2 +- python/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 7e4f02c..ec9caf0 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,2 @@ confini~=0.6.0 -chainlib-eth>=0.1.0b1,<0.2.0 +chainlib-eth~=0.4.7 diff --git a/python/setup.cfg b/python/setup.cfg index 7231956..541e9c6 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-contract-registry -version = 0.8.0 +version = 0.9.0 description = Ethereum Smart Contract key-value registry author = Louis Holbrook author_email = dev@holbrook.no