From 3aa649c8b8232dda42050f7cfe285afa1562d7a2 Mon Sep 17 00:00:00 2001 From: Heiko Raab Date: Mon, 31 Oct 2022 22:25:11 +0100 Subject: [PATCH] incremented version number for next release --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/bin/ddnnife.rs | 2 +- src/bin/dhone.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ec31e7..17d5104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ dependencies = [ [[package]] name = "ddnnf_reasoning" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap", "colour", diff --git a/Cargo.toml b/Cargo.toml index 2ba4d17..ea3a06e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ddnnf_reasoning" -version = "0.4.0" +version = "0.5.0" authors = ["Heiko Raab; heiko.raab@uni-ulm-de", "Chico Sundermann; chico.sundermann@uni-ulm.de"] edition = "2018" license = "GNU LGPL-2.1" diff --git a/src/bin/ddnnife.rs b/src/bin/ddnnife.rs index 78e3d95..11c1f48 100644 --- a/src/bin/ddnnife.rs +++ b/src/bin/ddnnife.rs @@ -22,7 +22,7 @@ fn main() { let mut matches = Command::new("ddnnife") .global_settings(&[AppSettings::ColoredHelp]) .author("Heiko Raab; heiko.raab@uni-ulm-de\nChico Sundermann; chico.sundermann@uni-ulm.de") - .version("0.4.0") + .version("0.5.0") .setting(AppSettings::ArgRequiredElseHelp) .arg(Arg::with_name("file_path") .value_name("FILE PATH") diff --git a/src/bin/dhone.rs b/src/bin/dhone.rs index 545bda1..fe3d4ce 100644 --- a/src/bin/dhone.rs +++ b/src/bin/dhone.rs @@ -28,7 +28,7 @@ fn main() { let matches = App::new("dhone") .global_settings(&[AppSettings::ColoredHelp]) .author("Heiko Raab; heiko.raab@uni-ulm-de\nChico Sundermann; chico.sundermann@uni-ulm.de") - .version("0.4.0") + .version("0.5.0") .setting(AppSettings::ArgRequiredElseHelp) .arg(Arg::with_name("FILE PATH") .display_order(1)