diff --git a/pyproject.toml b/pyproject.toml index 6a06342..932aa05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsita" -version = "2.1.1" +version = "2.2.0" description = "Parser combinator library for Python" authors = ["David Hagen "] license = "MIT"