From 16aecd09254d5ff8b0a8786e682238601b4b1ca0 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sat, 30 Mar 2019 11:55:27 +0100 Subject: [PATCH] (cargo-release) version 4.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5cde8eb..34a45c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "4.0.0-alpha.0" +version = "4.0.0" description = "A powerful arithmetic and boolean expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] categories = ["parsing", "game-engines"]