Skip to content

Commit 42aedf6

Browse files
authored
Merge pull request #469 from crytic/bump-version
0.3.3
2 parents f28ae19 + b333887 commit 42aedf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
description="Util to facilitate smart contracts compilation.",
1212
url="https://github.com/crytic/crytic-compile",
1313
author="Trail of Bits",
14-
version="0.3.2",
14+
version="0.3.3",
1515
packages=find_packages(),
1616
python_requires=">=3.8",
17-
install_requires=["pycryptodome>=3.4.6", "cbor2", "solc-select>=v1.0.2"],
17+
install_requires=["pycryptodome>=3.4.6", "cbor2", "solc-select>=v1.0.4"],
1818
extras_require={
1919
"test": [
2020
"pytest",

0 commit comments

Comments
 (0)