From 4dc067158213448b50033fecd8af7ce196c455ba Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Thu, 19 Oct 2017 10:03:45 +0700 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f89ff8d3..b41dee75 100755 --- a/setup.py +++ b/setup.py @@ -219,7 +219,7 @@ security community. setup( name='mythril', - version='0.5.3', + version='0.5.4', description='A reversing and bug hunting framework for the Ethereum blockchain', long_description=long_description, @@ -256,7 +256,7 @@ setup( 'web3', 'ZODB>=5.3.0', 'z3-solver>=4.5', - 'laser-ethereum>=0.1.5' + 'laser-ethereum>=0.1.6' ], python_requires='>=3.5',