From 4c6c46f9d85b855a2b37c07cec0d5ce9ed58819f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 19 Mar 2019 19:29:59 +0200 Subject: [PATCH] Change release goal to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5101cdb..d5bf206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evalexpr" -version = "0.6.0" +version = "1.0.0" description = "Expression evaluator" keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] authors = ["isibboi "]