From 444f1fc509df8836c97565c4cbd560ed6ae1a00d Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Thu, 16 Nov 2023 18:09:42 +0100 Subject: [PATCH] Bump to version 0.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [