diff --git a/requirements.txt b/requirements.txt index 5765a0b7..50a451ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ ethereum>=2.0.4 ZODB>=5.3.0 z3-solver>=4.5 web3 -laser-ethereum==0.2.2 +laser-ethereum==0.2.4 requests BTrees diff --git a/setup.py b/setup.py index 8e4590f4..0469194c 100755 --- a/setup.py +++ b/setup.py @@ -219,7 +219,7 @@ security community. setup( name='mythril', - version='0.7.5', + version='0.7.6', 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.2.3', + 'laser-ethereum==0.2.4', 'requests', 'BTrees' ],