From 6b6dbb863ca95be1c915d23130e34e01db483b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Tue, 23 Jan 2024 19:04:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=204.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 812ca649f..50a3e636f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eth-wake" -version = "4.3.1" +version = "4.3.2" description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors." license = "ISC" authors = ["Ackee Blockchain"]