erc20-faucet

ERC20 token faucet
Log | Files | Refs

commit 60c42fd52e5d3cb4d44aaf9b24e17033bd8ad23b
parent 835bb07485f796d413f2552443ad30abffe22706
Author: nolash <dev@holbrook.no>
Date:   Sun, 20 Dec 2020 09:31:29 +0100

Bump version

Diffstat:
Mpython/CHANGELOG | 2++
Mpython/setup.cfg | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/python/CHANGELOG b/python/CHANGELOG @@ -1,3 +1,5 @@ +- 0.0.4 + * Fix owner flag processing typo - 0.0.3 * Add python interface - 0.0.2 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-single-shot-faucet -version = 0.0.3 +version = 0.0.4 description = ERC20 token faucet that can be used once per account author = Louis Holbrook author_email = dev@holbrook.no