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" }]