From 78e3637289cd83d26cced7854a1b471604f88611 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 15 May 2022 07:08:33 +0000 Subject: [PATCH] Bump minor version --- python/CHANGELOG | 2 ++ python/setup.cfg | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG b/python/CHANGELOG index 5af09ef..4178fff 100644 --- a/python/CHANGELOG +++ b/python/CHANGELOG @@ -1,3 +1,5 @@ +* 0.3.2 + - Implement chainlib 0.3.0 * 0.3.1 - Upgrade chainlib to 0.2.0 * 0.1.10 diff --git a/python/setup.cfg b/python/setup.cfg index d1bc7dd..fea25a9 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.3.2 +version = 0.4.0 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