diff --git a/setup.py b/setup.py index 3ff869b3..0863fbcd 100755 --- a/setup.py +++ b/setup.py @@ -254,7 +254,7 @@ Credit setup( name='mythril', - version='0.13.12', + version='0.13.13', 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.6', + 'laser-ethereum==0.5.7', 'requests', 'BTrees', 'py-solc'