From ab6d99005d223c1d8fa55c6b838e4b57aa5bf89c Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 8 Jun 2023 14:43:21 +0100 Subject: [PATCH] Upgrade deps, bump version --- python/setup.cfg | 2 +- python/test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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