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.13.0 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Jul 21, 2022
1 parent b52dbce commit ad3b582
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.13.0"
version = "0.14.0"
tag_format = "v$version"
version_files = [
"./brrrr/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
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 <[email protected]>"]
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"
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 <[email protected]>"]
edition = "2021"
name = "brrrr"
version = "0.13.0"
version = "0.14.0"

[[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 @@ -20,7 +20,7 @@ use parquet::basic::Compression;
name = "brrrr",
about = "Commandline utilities for modern biology and chemistry informatics.",
author = "Trent Hauck <[email protected]>",
version = "0.13.0"
version = "0.14.0"
)]
struct Cli {
#[clap(subcommand)]
Expand Down

0 comments on commit ad3b582

Please sign in to comment.