diff --git a/pyproject.toml b/pyproject.toml index 5a0ff24..9311674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsita" -version = "1.6.0" +version = "1.6.1" description = "Parser combinator library for Python" authors = ["David Hagen "] license = "MIT"