eth-erc20

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

commit 99e82dd3bf91f75d504277a9b6cce363df560e8a
parent 04f9b5868b0ce7b08e2be9c8a725b4da1a78c455
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Feb 2023 10:49:25 +0000

bump version

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

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,3 +1,7 @@ +* 0.6.1 + - Add explicit burn (reduces supply) to giftable token +* 0.6.0 + - Add token expiry to giftable token * 0.5.6 - Remove name and symbol lookup - Remove decimals lookup for raw output diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.6.0 +version = 0.6.1 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