From af65f6690b26e1a68b69864d06a21785a4542206 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Fri, 12 May 2023 09:02:13 +0200 Subject: [PATCH] release: v0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8361446..09e0148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checksec-py" -version = "0.7" +version = "0.7.1" description = "Checksec tool implemented in Python" authors = ["Mathieu Tarral "] readme = "README.md"