From fc286968777d195161f7d63680fa34b480b1b15b Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 15 Feb 2021 14:33:19 -0500 Subject: [PATCH] bump version to 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fdf7c0..2732ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sysaudit" -version = "0.2.0" +version = "0.3.0" description = "Backport module for sys.audit and sys.addaudithook from Python 3.8" authors = ["brettlangdon "] license = "MIT"