Skip to content

Commit

Permalink
Merge pull request #2634 from crytic/prepare-release-0.11.0
Browse files Browse the repository at this point in the history
Prepare 0.11.0 release
  • Loading branch information
smonicas authored Jan 17, 2025
2 parents 7b30e77 + d227b8a commit bc8e8f2
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 @@ -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",
Expand Down

0 comments on commit bc8e8f2

Please sign in to comment.