diff --git a/multicall/__init__.py b/multicall/__init__.py index 06df8eb..ed98956 100644 --- a/multicall/__init__.py +++ b/multicall/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.0' +__version__ = '0.1.1' from multicall.signature import Signature from multicall.call import Call diff --git a/pyproject.toml b/pyproject.toml index c3510d8..e4774d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]