Skip to content

Commit

Permalink
release: beta 0.3.4b1 for issue with vvm compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Nov 14, 2024
1 parent fadd24c commit be314b9
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "moccasin"
version = "0.3.3"
version = "0.3.4b1"
description = "Pythonic smart contract development framework using Titanoboa"
authors = [
{ name = "PatrickAlphac", email = "[email protected]" },
Expand All @@ -16,6 +16,7 @@ dependencies = [
"pytest-cov>=5.0.0",
"uv>=0.4.15",
"pytest-xdist>=3.6.1",
"vyper==0.4.0", # We will want to get rid of this hard-coded dependency in 0.3.4 of moccasin
]
readme = "README.md"
requires-python = ">= 3.11, <= 3.13"
Expand Down
Loading

0 comments on commit be314b9

Please sign in to comment.