Skip to content

Commit e3dcf1e

Browse files
authored
Merge pull request #2186 from crytic/bump-version
prepare for 0.10.0 release
2 parents 14ed685 + c422c0d commit e3dcf1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
setup(
77
name="slither-analyzer",
8-
description="Slither is a Solidity static analysis framework written in Python 3.",
8+
description="Slither is a Solidity and Vyper static analysis framework written in Python 3.",
99
url="https://github.com/crytic/slither",
1010
author="Trail of Bits",
11-
version="0.9.6",
11+
version="0.10.0",
1212
packages=find_packages(),
1313
python_requires=">=3.8",
1414
install_requires=[
1515
"packaging",
1616
"prettytable>=3.3.0",
1717
"pycryptodome>=3.4.6",
18-
# "crytic-compile>=0.3.1,<0.4.0",
19-
"crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile",
18+
"crytic-compile>=0.3.5,<0.4.0",
19+
# "crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile",
2020
"web3>=6.0.0",
2121
"eth-abi>=4.0.0",
2222
"eth-typing>=3.0.0",

0 commit comments

Comments
 (0)