commit 3f3a2e7af4eb986bb5d8d1e02e3ef229f4293547
parent dcd4e82ebe3c6ca5ed7697aeb8ab6a80c2095cc5
Author: nolash <dev@holbrook.no>
Date: Fri, 7 May 2021 17:24:41 +0200
Bumpversion
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git 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
@@ -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