From 443a98698a9e61e5578a6dd28fcf639af69dceda Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Fri, 17 Sep 2021 20:05:38 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.9.10=20=E2=86=92=200.9.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- brrrr-lib/Cargo.toml | 2 +- brrrr/Cargo.toml | 2 +- brrrr/src/main.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cz.toml b/.cz.toml index bedc9a7..01a0999 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.10" +version = "0.9.11" tag_format = "v$version" version_files = [ "./brrrr/Cargo.toml:version", diff --git a/brrrr-lib/Cargo.toml b/brrrr-lib/Cargo.toml index 9b75185..64dd50f 100644 --- a/brrrr-lib/Cargo.toml +++ b/brrrr-lib/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Trent Hauck "] edition = "2018" name = "brrrr-lib" -version = "0.9.10" +version = "0.9.11" description = "About Tools to process biological sequences and annotations to modern file formats." license = "MIT" readme = "../README.md" diff --git a/brrrr/Cargo.toml b/brrrr/Cargo.toml index 9b5b5eb..831a344 100644 --- a/brrrr/Cargo.toml +++ b/brrrr/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Trent Hauck "] edition = "2018" name = "brrrr" -version = "0.9.10" +version = "0.9.11" [[bin]] name = "brrrr" diff --git a/brrrr/src/main.rs b/brrrr/src/main.rs index 094c79c..698dd20 100644 --- a/brrrr/src/main.rs +++ b/brrrr/src/main.rs @@ -30,7 +30,7 @@ enum GeneratorChoice { name = "brrrr", about = "Commandline utilities for modern biology and chemistry informatics.", author = "Trent Hauck ", - version = "0.9.10" + version = "0.9.11" )] enum Brrrr { #[clap(name = "fa2pq", about = "Converts a FASTA input to parquet.")]