From e6e5829d8af29e702bbea6523a01e7a9b05c1c03 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Fri, 23 Jun 2023 10:13:33 -0500 Subject: [PATCH] 0.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ee7f052..7cf39c7b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description="Util to facilitate smart contracts compilation.", url="https://github.com/crytic/crytic-compile", author="Trail of Bits", - version="0.3.1", + version="0.3.2", packages=find_packages(), python_requires=">=3.8", install_requires=["pycryptodome>=3.4.6", "cbor2", "solc-select>=v1.0.2"],