We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28ae19 commit b333887Copy full SHA for b333887
setup.py
@@ -11,10 +11,10 @@
11
description="Util to facilitate smart contracts compilation.",
12
url="https://github.com/crytic/crytic-compile",
13
author="Trail of Bits",
14
- version="0.3.2",
+ version="0.3.3",
15
packages=find_packages(),
16
python_requires=">=3.8",
17
- install_requires=["pycryptodome>=3.4.6", "cbor2", "solc-select>=v1.0.2"],
+ install_requires=["pycryptodome>=3.4.6", "cbor2", "solc-select>=v1.0.4"],
18
extras_require={
19
"test": [
20
"pytest",
0 commit comments