From f962d6c4eefcd4d5038a781875b826948f222b31 Mon Sep 17 00:00:00 2001 From: Josselin Date: Thu, 21 Apr 2022 18:57:52 +0200 Subject: [PATCH] 0.8.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb2744abc2..3b5e24209b 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.8.2", + version="0.8.3", packages=find_packages(), python_requires=">=3.6", install_requires=[