From a41f86739d9d2aad7596b9a0ac0ab2ce644fc2f3 Mon Sep 17 00:00:00 2001 From: Josselin Feist Date: Thu, 3 Nov 2022 20:51:51 +0100 Subject: [PATCH] 0.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[