From 311f972fc4416aee6dc8f1a9392a3b32663ce30c Mon Sep 17 00:00:00 2001 From: Steven Herbst Date: Mon, 6 Apr 2020 21:54:25 -0700 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e77726..d2f9f35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "svinst" -version = "0.0.5" +version = "0.0.7" authors = ["sgherbst@gmail.com"] repository = "https://github.com/sgherbst/svinst" keywords = ["parser", "verilog", "systemverilog"]