From ed1569d5122efd87a03a5bf92f67dec846b87f83 Mon Sep 17 00:00:00 2001 From: tuturu-tech Date: Fri, 29 Mar 2024 12:59:16 +0100 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e75fbd9..00d3f5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "fuzz-utils" -version = "0.0.1" +version = "0.2.0" authors = [{ name = "Trail of Bits" }] description = "A tool for automatically generating unit tests from Echidna and Medusa reproducers." readme = "README.md"