diff --git a/setup.py b/setup.py index 0b67d50705..906a8f8fd3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ description="Slither is a Solidity static analysis framework written in Python 3.", url="https://github.com/crytic/slither", author="Trail of Bits", - version="0.9.0", + version="0.9.1", packages=find_packages(), python_requires=">=3.8", install_requires=[