From 47a7430da319b8e2a55cdb8998acc3f3f099a1c7 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 20 Jul 2018 13:32:56 -0700 Subject: [PATCH] 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfc6b2e2..746d2d47 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.2.0" +version = "0.3.0" authors = ["Max Brunsfeld "] build = "build.rs" license = "MIT"