From 6728874beed4f04f0b151143a7f92474d07449e2 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Mon, 20 May 2024 04:52:25 +0200 Subject: [PATCH] release: v0.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 027f2bc..f0d60e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checksec-py" -version = "0.7.1" +version = "0.7.2" description = "Checksec tool implemented in Python" authors = ["Mathieu Tarral "] readme = "README.md"