From 7d2db4f0a957436fd51abb649795c4e0226296fe Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 13 Feb 2021 21:00:35 -0500 Subject: [PATCH] bump version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b72ec3f..ba8508f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sysaudit" -version = "0.1.0" +version = "0.2.0" description = "Backport module for sys.audit and sys.addaudithook from Python 3.8" authors = ["brettlangdon "] license = "MIT"