From f3ce8a412749b486271248b3002df9049c5ec915 Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Thu, 25 Apr 2024 15:19:10 +0200 Subject: [PATCH] Update to version 0.3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81aef70..2a1ce49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-binexport" -version = "0.3.4" +version = "0.3.5" description = "Python wrapper to manipulate binexport files (protobuf)" readme = { file = "README.md", content-type = "text/markdown" } authors = [{ name = "Quarkslab", email = "diffing@quarkslab.com" }]