Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
bump: version 0.9.8 → 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Sep 18, 2021
1 parent 80a551a commit 83ed453
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion brrrr-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Trent Hauck <trent@trenthauck.com>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion brrrr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Trent Hauck <trent@trenthauck.com>"]
edition = "2018"
name = "brrrr"
version = "0.9.8"
version = "0.9.9"

[[bin]]
name = "brrrr"
Expand Down
2 changes: 1 addition & 1 deletion brrrr/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum GeneratorChoice {
name = "brrrr",
about = "Commandline utilities for modern biology and chemistry informatics.",
author = "Trent Hauck <trent@trenthauck.com>",
version = "0.9.8"
version = "0.9.9"
)]
enum Brrrr {
#[clap(name = "fa2pq", about = "Converts a FASTA input to parquet.")]
Expand Down

0 comments on commit 83ed453

Please sign in to comment.