eth-erc20

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

commit 78e3637289cd83d26cced7854a1b471604f88611
parent aec45d7f094b2cc3af3e5299a91a00ee25585375
Author: lash <dev@holbrook.no>
Date:   Sun, 15 May 2022 07:08:33 +0000

Bump minor version

Diffstat:
Mpython/CHANGELOG | 2++
Mpython/setup.cfg | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,3 +1,5 @@ +* 0.3.2 + - Implement chainlib 0.3.0 * 0.3.1 - Upgrade chainlib to 0.2.0 * 0.1.10 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.3.2 +version = 0.4.0 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