bump version to 0.1.1

This commit is contained in:
banteg 2020-01-28 18:20:50 +07:00
parent 059d5a6614
commit 2b0f8fa588
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
from multicall.signature import Signature
from multicall.call import Call

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "multicall"
version = "0.1.0"
version = "0.1.1"
description = "aggregate results from multiple ethereum contract calls"
authors = ["banteg <banteeg@gmail.com>"]