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"