erc20-demurrage-token

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

commit 1387451e01a579d0077e4748bc4f610eb4a45692
parent 3a1fb226315f52a068e66c129bfcdc0fab5574a2
Author: lash <dev@holbrook.no>
Date:   Sun, 24 Apr 2022 18:53:09 +0000

Bump 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-eth~=0.0.27 -eth-erc20~=0.1.10 -funga-eth~=0.5.6 +chainlib-eth>=0.1.0,<0.2.0 +eth-erc20~=0.3.0 +funga-eth~=0.6.0 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.0.11 +version = 0.1.0 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no