eth-erc20

ERC20 interface and example giftable token contract
Log | Files | Refs | LICENSE

commit cc9267fcc3b94d37ecb20c3158458caf07642685
parent 349e25577c1502938906b4228cdf2fe0e823dc9f
Author: philip <philipwafula2@gmail.com>
Date:   Sat, 18 Dec 2021 14:26:00 +0300

Bump lib version.

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

diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ -confini~=0.5.2 +confini==0.5.2 chainlib-eth ==0.0.14 potaahto==0.1.0 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.1.3a3 +version = 0.1.4 description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no