Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Sep 26, 2024
1 parent 4c5728d commit 8c7fc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down Expand Up @@ -64,4 +64,4 @@ implicit_reexport = false

[tool.isort]
profile = "black"
src_paths = ["parserator", "tests"]
src_paths = ["parserator", "tests"]

0 comments on commit 8c7fc92

Please sign in to comment.