From 5243f6aaf0cc008d815cf6da520f16b5933d3d4f Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Sat, 21 Dec 2024 12:29:50 -0600 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.23.2=20=E2=86=92=200.23.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- cz.json | 2 +- pyproject.toml | 2 +- python/biobear/__init__.py | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f246979..ba9b48b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.23.3 (2024-12-21) + ## v0.23.2 (2024-12-15) ## v0.23.1 (2024-12-15) diff --git a/Cargo.toml b/Cargo.toml index b8f9de8..43de0ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.23.2" +version = "0.23.3" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 06fa047..0155bc7 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.23.2", + "version": "0.23.3", "tag_format": "v$version", "version_files": [ "Cargo.toml", diff --git a/pyproject.toml b/pyproject.toml index 0182683..d4ac88a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ name = "biobear" readme = "README.md" requires-python = ">=3.9" description = "A package for working with Bioinformatics data with SQL and Arrow" -version = "0.23.2" +version = "0.23.3" [tool.maturin] features = ["pyo3/extension-module"] diff --git a/python/biobear/__init__.py b/python/biobear/__init__.py index 9787880..41c4422 100644 --- a/python/biobear/__init__.py +++ b/python/biobear/__init__.py @@ -40,7 +40,7 @@ from .biobear import __runtime -__version__ = "0.23.2" +__version__ = "0.23.3" __all__ = [ "compression",