diff --git a/pyproject.toml b/pyproject.toml index 8b90b97..eddee4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyladoc" -version = "1.2.2" +version = "1.2.3" authors = [ { name="Nicolas Kruse", email="nicolas.kruse@nonan.net" }, ] @@ -54,4 +54,4 @@ show_error_codes = true minversion = "6.0" addopts = "-ra -q" testpaths = ["tests"] -pythonpath = ["src"] \ No newline at end of file +pythonpath = ["src"]