From c58baf099d0da12afc8cbd7e2e0c399f15024e53 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 30 Oct 2024 11:39:45 +0800 Subject: [PATCH] chore: prepare release 0.4.3 (#98) Signed-off-by: Ruihang Xia --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2433c2c..f80acbd 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.2" +version = "0.4.3" edition = "2021" authors = ["The GreptimeDB Project Developers"] keywords = ["prometheus", "promql", "parser"]