-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: beta 0.3.4b1 for issue with vvm compiling
- Loading branch information
1 parent
fadd24c
commit be314b9
Showing
3 changed files
with
741 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" }, | ||
|
@@ -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" | ||
|
Oops, something went wrong.