From 3dd6892a8027547fada3d12477c4c298dfbdf496 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 31 Mar 2019 15:46:58 +0200 Subject: [PATCH] Prepare 4.1.0 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af61a89..2279e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "4.0.1-alpha.0" +version = "4.1.0-alpha.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]