From 899efb65fc99a22066896be832dbdf796542fb8f Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 14 Jul 2021 13:17:45 +0200 Subject: [PATCH] Upgrade deps --- python/requirements.txt | 6 +++--- python/setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 3b59753..0917121 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ -chainlib~=0.0.5a1 -eth-erc20~=0.0.10a1 -crypto-dev-signer~=0.4.14b6 +chainlib~=0.0.5a2 +eth-erc20~=0.0.10a4 +crypto-dev-signer~=0.4.14b7 diff --git a/python/setup.cfg b/python/setup.cfg index 568264e..72588d0 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.0.2a3 +version = 0.0.2a4 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no