Skip to content

Commit

Permalink
bump: version 0.17.10 → 0.17.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Mar 20, 2024
1 parent 300ce8c commit 38ef5a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v0.17.11 (2024-03-20)

## v0.17.10 (2024-03-10)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "biobear"
version = "0.17.10"
version = "0.17.11"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_conventional_commits",
"version": "0.17.10",
"version": "0.17.11",
"tag_format": "v$version",
"version_files": [
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion python/biobear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from .biobear import FASTQReadOptions
from .biobear import FASTAReadOptions

__version__ = "0.17.10"
__version__ = "0.17.11"

__all__ = [
"FastaReader",
Expand Down

0 comments on commit 38ef5a4

Please sign in to comment.