Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
bump solc-select to 1.0.4
  • Loading branch information
0xalpharush authored Jul 6, 2023
1 parent f28ae19 commit b333887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
description="Util to facilitate smart contracts compilation.",
url="https://github.com/crytic/crytic-compile",
author="Trail of Bits",
version="0.3.2",
version="0.3.3",
packages=find_packages(),
python_requires=">=3.8",
install_requires=["pycryptodome>=3.4.6", "cbor2", "solc-select>=v1.0.2"],
install_requires=["pycryptodome>=3.4.6", "cbor2", "solc-select>=v1.0.4"],
extras_require={
"test": [
"pytest",
Expand Down

0 comments on commit b333887

Please sign in to comment.