Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Oct 12, 2023
1 parent 837e95e commit 0081a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "titanoboa"
version = "0.1.7"
version = "0.1.8"
description = "A Vyper interpreter"
#authors = []
license = { file = "LICENSE" }
Expand All @@ -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",
Expand Down

0 comments on commit 0081a80

Please sign in to comment.