erc20-demurrage-token

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

commit a04c826ba7b508d7d8bfaccf2ab739430e793fb0
parent 04f50cdedea917b75dcfe2d7092944b13dc01e7f
Author: nolash <dev@holbrook.no>
Date:   Wed, 22 Dec 2021 20:12:42 +0000

Bump deps, version

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

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ -chainlib-eth~=0.0.14 -eth-erc20~=0.1.4 +chainlib-eth~=0.0.15 +eth-erc20~=0.1.5 funga-eth~=0.5.1 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.0.7 +version = 0.0.8 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no