eth-erc20

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

commit 4f2d47778c2daf903b363907a42be1260da0bfc6
parent 46e827390e47bf70160a3d943c10c56cadc6a00c
Author: lash <dev@holbrook.no>
Date:   Sun, 26 Mar 2023 08:08:36 +0100

BUmp version

Diffstat:
Mpython/setup.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.7.2 +version = 0.7.3 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