eth-erc20

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

commit c7b8ccfa622076789602a37bb6f29841c7cfc4d3
parent df8c30b1d34a3e78cfcdd0abf6698d88f69d2152
Author: nolash <dev@holbrook.no>
Date:   Tue, 21 Dec 2021 10:39:34 +0000

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.1.4 +version = 0.1.5 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