From 6946111df9ef72beb5840f27296b3a28ab1d49ae Mon Sep 17 00:00:00 2001 From: Duncan Fairbanks Date: Fri, 22 Dec 2023 12:52:04 -0800 Subject: [PATCH] bump to version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f64ba3d..0735192 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vector-expr" authors = ["Duncan Fairbanks "] -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Vectorized expression parser and evaluator" license = "MIT OR Apache-2.0"