From 3f3a2e7af4eb986bb5d8d1e02e3ef229f4293547 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 7 May 2021 17:24:41 +0200 Subject: [PATCH] Bumpversion --- chainlib/eth/runnable/info.py | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chainlib/eth/runnable/info.py b/chainlib/eth/runnable/info.py index 8ea6ec8..39d6d4d 100644 --- a/chainlib/eth/runnable/info.py +++ b/chainlib/eth/runnable/info.py @@ -41,7 +41,6 @@ from chainlib.eth.block import ( Block, ) from chainlib.eth.tx import count -from chainlib.eth.erc20 import ERC20 from chainlib.eth.connection import EthHTTPConnection from chainlib.eth.gas import ( OverrideGasOracle, diff --git a/setup.cfg b/setup.cfg index 97c54d6..08a32ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib -version = 0.0.3a1 +version = 0.0.3a2 description = Generic blockchain access library and tooling author = Louis Holbrook author_email = dev@holbrook.no