eth-erc20

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

commit 5fcbbf0324fb53d07939ee34e323b1e2e29bc7f7
parent 90c077385593b1e415448d937740872e1b387718
Author: nolash <dev@holbrook.no>
Date:   Sat,  8 May 2021 08:38:46 +0200

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.0.9a1 +version = 0.0.9a2 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