From 4b270352e80580907ff1fe0b7aea6239eb8c4f0e Mon Sep 17 00:00:00 2001 From: David Hagen Date: Thu, 22 Jun 2023 20:30:13 -0400 Subject: [PATCH] Bump version number to 1.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1cd2a57..e0e1d8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsita" -version = "1.8.0b2" +version = "1.8.0" description = "Parser combinator library for Python" authors = ["David Hagen "] license = "MIT"