From b1224c4f219aa3d2b8cefe193ab3352592470cf8 Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 15 Jun 2021 11:26:32 +0200 Subject: [PATCH] Implement decoder --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 46fe415..06ed2c7 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.0.9a5 +version = 0.0.10a1 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