From 8f91c801c0bb903990c4fc9fa30611f157c6b0f9 Mon Sep 17 00:00:00 2001 From: Josselin Date: Fri, 14 Dec 2018 15:28:42 -0500 Subject: [PATCH] v0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64054ee68..e36ee30ec 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/trailofbits/slither', author='Trail of Bits', - version='0.3.1', + version='0.4.0', packages=find_packages(), python_requires='>=3.6', install_requires=['prettytable>=0.7.2'],