From edb537c2368aebc8b17e978fea5fec163c6b57d6 Mon Sep 17 00:00:00 2001 From: Josselin Date: Tue, 20 Nov 2018 16:51:58 +0000 Subject: [PATCH] Version 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99368e649..298a34500 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.2.0', + version='0.3.0', packages=find_packages(), python_requires='>=3.6', install_requires=['prettytable>=0.7.2'],