erc20-demurrage-token

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

commit c40157318ff234c48842b639c4b2c408321110dc
parent 025ef614a59b58d8aa04768785ae6af48f518f40
Author: philip <philipwafula2@gmail.com>
Date:   Wed, 15 Dec 2021 06:18:38 +0300

Bumps versions of deps and dep.

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.12 -eth-erc20~=0.1.2 -funga-eth~=0.5.1a1 +chainlib-eth~=0.0.14 +eth-erc20~=0.1.3 +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.5a4 +version = 0.0.5a5 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no