Skip to content

Commit

Permalink
bump vyper
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jun 18, 2023
1 parent e9ead37 commit 6a6a639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
keywords=["ethereum", "vyper", "analyzer"],
python_requires=">=3.10,<3.11",
packages=find_packages(where=".", include=["medusa*"]),
install_requires=["vyper==0.3.7"],
install_requires=["vyper==0.3.9"],
extras_require=extras_require,
entry_points={"console_scripts": ["medusa=medusa._cli.__main__:main"]},
)

0 comments on commit 6a6a639

Please sign in to comment.