From c32469e59cbed528d2c61f16438198e1815eeec6 Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Wed, 24 Apr 2024 14:01:15 +0200 Subject: [PATCH] Update to v0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 910b2a8..35ea227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-binexport" -version = "0.3.1" +version = "0.3.2" description = "Python wrapper to manipulate binexport files (protobuf)" readme = { file = "README.md", content-type = "text/markdown" } authors = [{ name = "Quarkslab", email = "diffing@quarkslab.com" }]