From 2b711abb523ea90112c5ab2b87f58d0f00f2bfb8 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 21 May 2023 10:43:34 +0300 Subject: [PATCH] Release 10.0.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca89b04..c497c77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "9.1.0" +version = "10.0.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]