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"