From 65996bbef98c3d1c2f982e4791670b90a1a432b2 Mon Sep 17 00:00:00 2001 From: Simone Date: Fri, 17 Jan 2025 15:05:51 +0100 Subject: [PATCH] Prepare 0.3.8 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 220146f0..974c9dcd 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.7", + version="0.3.8", packages=find_packages(), # Python 3.12.0 on Windows suffers from https://github.com/python/cpython/issues/109590 # breaking some of our integrations. The issue is fixed in 3.12.1