From 5a07e2adc74c5f1193ba6f29952a09ff0282e39d Mon Sep 17 00:00:00 2001 From: BobTheBuidler Date: Fri, 3 Feb 2023 20:22:31 +0000 Subject: [PATCH] feat: v0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef708f60..3c2b837c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "multicall" -version = "0.7.0" +version = "0.7.1" description = "aggregate results from multiple ethereum contract calls" authors = ["banteg"]