From 786eea743a9c178c252d3e675ea7ef47f444e52a Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Tue, 15 Oct 2024 15:35:16 +0800 Subject: [PATCH] chore: bump version to 0.4.1 Signed-off-by: Ruihang Xia --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 217546e..6a057f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ name = "promql-parser" readme = "README.md" description = "Parse PromQL query into AST" repository = "https://github.com/GreptimeTeam/promql-parser" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["The GreptimeDB Project Developers"] keywords = ["prometheus", "promql", "parser"]