Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 29, 2022
1 parent ad59fd9 commit 1136659
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.5"
version = "0.1.6"
description = "Experimental Vyper interpreter"
#authors = []
license = { file = "LICENSE" }
Expand All @@ -15,7 +15,7 @@ classifiers = ["Topic :: Software Development"]

# Requirements
dependencies = [
"vyper >= 0.3.6",
"vyper >= 0.3.7",
"eth-abi",
"py-evm",
"eth-typing",
Expand Down

0 comments on commit 1136659

Please sign in to comment.