From dd8dabeb020ccd504631e6e9b76abc8e1240e6f6 Mon Sep 17 00:00:00 2001 From: Josselin Date: Wed, 24 Apr 2019 20:55:39 +0100 Subject: [PATCH] v0.6.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e8902de6..deb1447c9 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.2', + version='0.6.3', packages=find_packages(), python_requires='>=3.6', install_requires=['prettytable>=0.7.2', 'pysha3>=1.0.2', 'crytic-compile>=0.1.0'],