prepare 0.10.4 release

pull/2553/head 0.10.4
alpharush 3 months ago committed by GitHub
parent 46061c5d27
commit aeeb2d3688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      setup.py

@ -8,7 +8,7 @@ setup(
description="Slither is a Solidity and Vyper static analysis framework written in Python 3.", description="Slither is a Solidity and Vyper static analysis framework written in Python 3.",
url="https://github.com/crytic/slither", url="https://github.com/crytic/slither",
author="Trail of Bits", author="Trail of Bits",
version="0.10.3", version="0.10.4",
packages=find_packages(), packages=find_packages(),
python_requires=">=3.8", python_requires=">=3.8",
install_requires=[ install_requires=[

Loading…
Cancel
Save