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