diff --git a/setup.py b/setup.py index ef9d81f20..c76516f69 100644 --- a/setup.py +++ b/setup.py @@ -8,14 +8,14 @@ description="Slither is a Solidity and Vyper static analysis framework written in Python 3.", url="https://github.com/crytic/slither", author="Trail of Bits", - version="0.10.4", + version="0.11.0", packages=find_packages(), python_requires=">=3.8", install_requires=[ "packaging", "prettytable>=3.10.2", "pycryptodome>=3.4.6", - "crytic-compile>=0.3.7,<0.4.0", + "crytic-compile>=0.3.8,<0.4.0", # "crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile", "web3>=6.20.2, <7", "eth-abi>=4.0.0",