From bbf3d58ace6ed1b7d6a107b98db7bcd37882bfa3 Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Sat, 23 Mar 2024 13:15:41 -0700 Subject: [PATCH] Prepare v8.3.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b80d621..1bd4dc50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "automata-lib" -version = "8.2.0" +version = "8.3.0" description = "A Python library for simulating finite automata, pushdown automata, and Turing machines" readme = "README.md" requires-python = ">=3.8"