Skip to content

Commit

Permalink
Merge pull request #469 from crytic/bump-version
Browse files Browse the repository at this point in the history
0.3.3
  • Loading branch information
0xalpharush authored Jul 6, 2023
2 parents f28ae19 + b333887 commit 42aedf6
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 42aedf6

Please sign in to comment.