From c2ff6585dbbff0ae814d12fbf017dec5c8955c69 Mon Sep 17 00:00:00 2001 From: Josselin Date: Thu, 31 Jan 2019 18:47:16 +0000 Subject: [PATCH] v0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7eb0b78132..ee3568e7ce 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/trailofbits/slither', author='Trail of Bits', - version='0.5.1', + version='0.5.2', packages=find_packages(), python_requires='>=3.6', install_requires=['prettytable>=0.7.2'],