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"