From 3e1f0d0a2fe8a8beb01121a6d3fc35b7bf033283 Mon Sep 17 00:00:00 2001 From: Josselin Date: Fri, 22 Nov 2019 17:22:47 +0100 Subject: [PATCH] 0.6.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dada6776a..f7328171c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( 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.7', + version='0.6.8', packages=find_packages(), python_requires='>=3.6', install_requires=['prettytable>=0.7.2',