diff --git a/Cargo.toml b/Cargo.toml index 0975a79..4b25d9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astmaker" -version = "0.1.1" +version = "0.2.0" description = "Build Abstract Syntax Trees and tree-walking models quickly in Rust." keywords = ["ast", "abstract", "syntax", "tree", "walk"]