Bumpversion

This commit is contained in:
nolash 2021-05-07 17:24:41 +02:00
parent dcd4e82ebe
commit 3f3a2e7af4
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,6 @@ from chainlib.eth.block import (
Block, Block,
) )
from chainlib.eth.tx import count from chainlib.eth.tx import count
from chainlib.eth.erc20 import ERC20
from chainlib.eth.connection import EthHTTPConnection from chainlib.eth.connection import EthHTTPConnection
from chainlib.eth.gas import ( from chainlib.eth.gas import (
OverrideGasOracle, OverrideGasOracle,

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = chainlib name = chainlib
version = 0.0.3a1 version = 0.0.3a2
description = Generic blockchain access library and tooling description = Generic blockchain access library and tooling
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no