From 5e29bc30ac200b2fd688f2e15d029f2daebd1a3b Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 21 Mar 2024 14:24:52 +0800 Subject: [PATCH] (cargo-release) start next development iteration 0.0.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d068fe0..0743692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-pest" description = "pest grammar for the tree-sitter parsing library" -version = "0.0.1" +version = "0.0.2-alpha.0" keywords = ["incremental", "parsing", "pest"] categories = ["parsing", "text-editors"] repository = "https://github.com/tree-sitter/tree-sitter-pest"