diff --git a/.cz.toml b/.cz.toml index 1bb7d74..2f11b55 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.8" +version = "0.9.9" tag_format = "v$version" version_files = [ "./brrrr/Cargo.toml:version", diff --git a/brrrr-lib/Cargo.toml b/brrrr-lib/Cargo.toml index e479289..dbc7f93 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.8" +version = "0.9.9" 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 c41fb43..cf896ba 100644 --- a/brrrr/Cargo.toml +++ b/brrrr/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Trent Hauck "] edition = "2018" name = "brrrr" -version = "0.9.8" +version = "0.9.9" [[bin]] name = "brrrr" diff --git a/brrrr/src/main.rs b/brrrr/src/main.rs index 9add08e..9a13517 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.8" + version = "0.9.9" )] enum Brrrr { #[clap(name = "fa2pq", about = "Converts a FASTA input to parquet.")]