From b819f096c5efba18de12eb3d02ca5cd317c0e621 Mon Sep 17 00:00:00 2001 From: Matt Mullen Date: Fri, 10 May 2024 14:24:29 -0400 Subject: [PATCH] version: update to v1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9abc8da..1746850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sophos-firewall-audit" -version = "0.1.0" +version = "1.0.0" description = "Sophos Firewall Audit" authors = ["Matt Mullen "] readme = "README.md"