From 3261ca1a652b7b931e984d768129b27ee225b62e Mon Sep 17 00:00:00 2001 From: Josselin Date: Mon, 29 Mar 2021 19:32:59 +0200 Subject: [PATCH] 0.7.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2d5fafa54b..0f541adc53 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ description="Slither is a Solidity static analysis framework written in Python 3.", url="https://github.com/crytic/slither", author="Trail of Bits", - version="0.7.0", + version="0.7.1", packages=find_packages(), python_requires=">=3.6", install_requires=[ "prettytable>=0.7.2", "pysha3>=1.0.2", - "crytic-compile>=0.1.12", + "crytic-compile>=0.1.13", # "crytic-compile", ], # dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],