diff --git a/python/setup.cfg b/python/setup.cfg index ce6f5bc..88acd55 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ge-capped-token -version = 0.1.0 +version = 0.1.1 description = ERC20 token that can be minted, capped and expired. author = Louis Holbrook author_email = dev@holbrook.no diff --git a/python/test_requirements.txt b/python/test_requirements.txt index bf81307..7fb8844 100644 --- a/python/test_requirements.txt +++ b/python/test_requirements.txt @@ -1,4 +1,4 @@ eth_tester==0.5.0b3 py-evm==0.3.0a20 pytest==6.0.1 -cic-contracts~=0.3.3 +cic-contracts~=0.3.4