From 0f4b750cb668147d1837b322481b31abd856398d Mon Sep 17 00:00:00 2001 From: David Hagen Date: Thu, 5 Oct 2023 20:53:31 -0400 Subject: [PATCH] Bump version number to 2.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cc171a..10e4f7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsita" -version = "2.1.0" +version = "2.1.1" description = "Parser combinator library for Python" authors = ["David Hagen "] license = "MIT"