From ad3b582de9d80729278c80d321f9323b7e51f718 Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Wed, 20 Jul 2022 21:40:55 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.13.0=20=E2=86=92=200.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- README.md | 2 +- brrrr-lib/Cargo.toml | 2 +- brrrr/Cargo.toml | 2 +- brrrr/src/main.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cz.toml b/.cz.toml index dda1f49..0fbb668 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.13.0" +version = "0.14.0" tag_format = "v$version" version_files = [ "./brrrr/Cargo.toml", diff --git a/README.md b/README.md index 6cb4e2a..18038bb 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Download the executable from GitHub's ```toml [dependencies] -brrrr-lib = "0.13.0" +brrrr-lib = "0.14.0" ``` Docs are available here: [docs.rs/brrrr-lib](https://docs.rs/brrrr-lib/0.9.11/brrrr_lib/). diff --git a/brrrr-lib/Cargo.toml b/brrrr-lib/Cargo.toml index 494e8f3..8ba5dc5 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.13.0" +version = "0.14.0" 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 30b54ba..2cb0218 100644 --- a/brrrr/Cargo.toml +++ b/brrrr/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Trent Hauck "] edition = "2021" name = "brrrr" -version = "0.13.0" +version = "0.14.0" [[bin]] name = "brrrr" diff --git a/brrrr/src/main.rs b/brrrr/src/main.rs index 636c9b2..28ff010 100644 --- a/brrrr/src/main.rs +++ b/brrrr/src/main.rs @@ -20,7 +20,7 @@ use parquet::basic::Compression; name = "brrrr", about = "Commandline utilities for modern biology and chemistry informatics.", author = "Trent Hauck ", - version = "0.13.0" + version = "0.14.0" )] struct Cli { #[clap(subcommand)]