diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ad682..f246979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.23.2 (2024-12-15) + ## v0.23.1 (2024-12-15) ## v0.23.0 (2024-12-15) diff --git a/Cargo.toml b/Cargo.toml index 9e83963..e68587f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.23.1" +version = "0.23.2" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 69945a6..06fa047 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.23.1", + "version": "0.23.2", "tag_format": "v$version", "version_files": [ "Cargo.toml", diff --git a/pyproject.toml b/pyproject.toml index fa1f272..fd0da41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ name = "biobear" readme = "README.md" requires-python = ">=3.9,<3.13" description = "A package for working with Bioinformatics data with SQL and Arrow" -version = "0.23.1" +version = "0.23.2" [tool.maturin] features = ["pyo3/extension-module"] diff --git a/python/biobear/__init__.py b/python/biobear/__init__.py index 6fed4a3..9787880 100644 --- a/python/biobear/__init__.py +++ b/python/biobear/__init__.py @@ -40,7 +40,7 @@ from .biobear import __runtime -__version__ = "0.23.1" +__version__ = "0.23.2" __all__ = [ "compression",