From cf7f062170f1d1399c54f521acf9889acd7024e2 Mon Sep 17 00:00:00 2001 From: Robin David Date: Wed, 24 Apr 2024 15:26:57 +0200 Subject: [PATCH] Update to version 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3f9f4d..281cecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "Python wrapper to manipulate bindiff files" authors = [{ name = "Robin David", email = "rdavid@quarkslab.com" }] license = { text = "Apache Software License (Apache License, Version 2)" } readme = { file = "README.md", content-type = "text/markdown" } -version = '0.2.2' +version = '0.2.3' requires-python = ">=3.9" dependencies = [ "python-magic; os_name!='nt'",