From 8053c5a4f5662d986573a6c46a389638f5d794bd Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Fri, 23 Mar 2018 19:38:57 +0700 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5d5d196b..b8393a9c 100755 --- a/setup.py +++ b/setup.py @@ -254,7 +254,7 @@ Credit setup( name='mythril', - version='0.14.7', + version='0.14.8', description='Security analysis tool for Ethereum smart contracts', long_description=long_description,