From 3572b1357b8a2aae055eb3c828db5589f4bf7763 Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 08:52:54 +0300 Subject: [PATCH] Bumps patch version. --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 18ebfd3..2c52ec5 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.1.3 +version = 0.1.3a1 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