From 35370b6202ba3cee0f10be7ede8076658fca1b38 Mon Sep 17 00:00:00 2001 From: Josselin Date: Fri, 20 Dec 2019 18:27:37 +0100 Subject: [PATCH] 0.1.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fe42b61..cd1b6cf4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ description="Util to facilitate smart contracts compilation.", url="https://github.com/crytic/crytic-compile", author="Trail of Bits", - version="0.1.5", + version="0.1.6", packages=find_packages(), python_requires=">=3.6", install_requires=["pysha3>=1.0.2"],