eth-erc20

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

commit 349e25577c1502938906b4228cdf2fe0e823dc9f
parent 54d1fee0a6541e8ccf58177ac6c68095e9574b93
Author: philip <philipwafula2@gmail.com>
Date:   Wed, 15 Dec 2021 09:27:03 +0300

Bump lib patch 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.3a2 +version = 0.1.3a3 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