From e1b2a20f9715899c53e68b7b0311cd514a94618b Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Wed, 4 Oct 2017 11:54:12 +0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2656d86..82a83867 100755 --- a/setup.py +++ b/setup.py @@ -219,7 +219,7 @@ security community. setup( name='mythril', - version='0.3.4', + version='0.3.5', description='A reversing and bug hunting framework for the Ethereum blockchain', long_description=long_description,