From 8d3ab20f5c2c2b65a3b07e0b5f2b1f1f6eba35d8 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 22 Aug 2018 00:14:38 -0500 Subject: [PATCH] MAINT: Bump version to 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e11d23..b3859b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "ucg" -version = "0.1.6" +version = "0.1.7" dependencies = [ "bencher 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.26.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 991294b..27f754b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucg" -version = "0.1.6" +version = "0.1.7" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg"