mirror of
https://github.com/FlipsideCrypto/multicall.py.git
synced 2026-02-06 02:36:46 +00:00
bump version to 0.1.1
This commit is contained in:
parent
059d5a6614
commit
2b0f8fa588
@ -1,4 +1,4 @@
|
||||
__version__ = '0.1.0'
|
||||
__version__ = '0.1.1'
|
||||
|
||||
from multicall.signature import Signature
|
||||
from multicall.call import Call
|
||||
|
||||
@ -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>"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user