From 0081a80a5d5712d19c2cf68303a03790827529a7 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Tue, 10 Oct 2023 12:53:44 -0400 Subject: [PATCH] v0.1.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2a6afb7e..2ed06f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "titanoboa" -version = "0.1.7" +version = "0.1.8" description = "A Vyper interpreter" #authors = [] license = { file = "LICENSE" } @@ -15,7 +15,7 @@ classifiers = ["Topic :: Software Development"] # Requirements dependencies = [ - "vyper > 0.3.9", + "vyper >= 0.3.10", "eth-stdlib", "eth-abi", "py-evm>=0.7.0a4",