Skip to content

Commit

Permalink
bump: version 0.19.1 → 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Apr 24, 2024
1 parent 003e4b4 commit a3f6657
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.19.2 (2024-04-23)

### Fix

- update version

## v0.19.1 (2024-04-23)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "biobear"
version = "0.19.1"
version = "0.19.2"

[lib]
crate-type = ["cdylib"]
Expand All @@ -10,7 +10,7 @@ name = "biobear"
[dependencies]
arrow = { version = "51.0.0", features = ["pyarrow"] }
datafusion = "37"
exon = { version = "0.19.1", features = ["default"] }
exon = { version = "0.19.2", features = ["default"] }
pyo3 = "0.20"
tokio = { version = "1", features = ["rt"] }
noodles = { version = "0.70", features = ["core"] }
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.19.1",
"version": "0.19.2",
"tag_format": "v$version",
"version_files": [
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme = "README.md"
requires-python = ">=3.8"
description = "A package for working with Bioinformatics data with SQL and Arrow"
summary = "A package for working with Bioinformatics data with SQL and Arrow"
version = "0.19.1"
version = "0.19.2"

[tool.maturin]
features = ["pyo3/extension-module"]
Expand Down
2 changes: 1 addition & 1 deletion python/biobear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from .biobear import __runtime


__version__ = "0.19.1"
__version__ = "0.19.2"

__all__ = [
"FastaReader",
Expand Down

0 comments on commit a3f6657

Please sign in to comment.