diff --git a/pyproject.toml b/pyproject.toml index 89cf173..5f14cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "parserator" -version = "0.6.8" +version = "0.6.9" description = "Create parsers" readme = "README.md" license = {text = "MIT License", url = "http://www.opensource.org/licenses/mit-license.php"} @@ -64,4 +64,4 @@ implicit_reexport = false [tool.isort] profile = "black" -src_paths = ["parserator", "tests"] \ No newline at end of file +src_paths = ["parserator", "tests"]