diff --git a/pyproject.toml b/pyproject.toml index 1872470..8673edc 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.1.5' +version = '0.1.6' requires-python = ">=3.9" dependencies = ['python-magic', 'click', 'python-binexport>=0.2.0'] classifiers = [