From edbf7e2b32fca777cae3fe66b51428a8349478d3 Mon Sep 17 00:00:00 2001 From: Daniel Fairhead Date: Thu, 31 Oct 2024 05:07:05 +0000 Subject: [PATCH] Bump version with pip runtime requirement removed. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1aa0e95..b539727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "simpleeval" -version = "1.0.1" +version = "1.0.2" requires-python = ">=3.9" readme = "README.rst" description = "A simple, safe single expression evaluator library."