From 8c7fc9280cff2a00e7bd87e40207d6bc499051a5 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 26 Sep 2024 12:09:36 -0400 Subject: [PATCH] upgrade version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]