From b43d4c92223b1c9418b374bb0a0ad72d7493e69a Mon Sep 17 00:00:00 2001 From: Josselin Date: Fri, 16 Aug 2019 20:26:24 +0200 Subject: [PATCH] v0.6.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae6194d6c3..8cb5f1f774 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,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.6.5', + version='0.6.6', packages=find_packages(), python_requires='>=3.6', install_requires=['prettytable>=0.7.2',