From 4b0ff00f20ac7d55b10bacdc78840fa9f3334f78 Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 20 Apr 2022 21:35:29 +0000 Subject: [PATCH] upgrade 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 26e301c..9524fb0 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1 +1 @@ -chainlib-eth~=0.0.12 +chainlib-eth>=0.1.0b1,<0.2.0 diff --git a/python/setup.cfg b/python/setup.cfg index 5cd562d..aade670 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cic-contracts -version = 0.0.5 +version = 0.1.0 description = CIC network smart contract interfaces author = Louis Holbrook author_email = dev@holbrook.no