erc20-demurrage-token

ERC20 token with redistributed continual demurrage
Log | Files | Refs | README

commit 899efb65fc99a22066896be832dbdf796542fb8f
parent f84edb5f3bd32f9fda4882abddf8af47853959a5
Author: nolash <dev@holbrook.no>
Date:   Wed, 14 Jul 2021 13:17:45 +0200

Upgrade deps

Diffstat:
Mpython/requirements.txt | 6+++---
Mpython/setup.cfg | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -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