diff --git a/Cargo.toml b/Cargo.toml index 12d92923..bfc6b2e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter" description = "Rust bindings to the Tree-sitter parsing library" -version = "0.1.1" +version = "0.2.0" authors = ["Max Brunsfeld "] build = "build.rs" license = "MIT"