eth-erc20

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

commit 27ca5a9e9067808f9b733afe231ee49fa7a50b63
parent b51872c2ad88473edc56a2bf8c505069b22efcfc
Author: nolash <dev@holbrook.no>
Date:   Sun, 10 Jan 2021 18:28:59 +0100

Bump pre-release

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 = giftable-erc20-token -version = 0.0.7a2 +version = 0.0.7b1 description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no