From aacda66e1530d32a7b48fa3ccd4dd20b49ca5286 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Sun, 11 Mar 2018 09:53:50 +0700 Subject: [PATCH] Bump version numbers --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 86359ef0..d5801106 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ethereum>=2.0.4 ZODB>=5.3.0 z3-solver>=4.5 web3 -laser-ethereum==0.5.3 +laser-ethereum==0.5.4 requests BTrees py-solc diff --git a/setup.py b/setup.py index 2f2a0496..98439a24 100755 --- a/setup.py +++ b/setup.py @@ -254,7 +254,7 @@ Credit setup( name='mythril', - version='0.13.6', + version='0.13.7', description='Security analysis tool for Ethereum smart contracts', long_description=long_description, @@ -291,7 +291,7 @@ setup( 'web3', 'ZODB>=5.3.0', 'z3-solver>=4.5', - 'laser-ethereum==0.5.3', + 'laser-ethereum==0.5.4', 'requests', 'BTrees', 'py-solc'