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