From b592162f5ca946bac0ab00c238d2b31bfcc1acdf Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Mon, 19 Mar 2018 12:31:46 +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 a747b86f..5a8dab17 100755 --- a/setup.py +++ b/setup.py @@ -254,7 +254,7 @@ Credit setup( name='mythril', - version='0.13.21', + version='0.14.0', description='Security analysis tool for Ethereum smart contracts', long_description=long_description,