From 2c0542891bad5374995c7a072deb1dd9d66c8500 Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Sun, 10 Mar 2024 18:20:01 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.17.5=20=E2=86=92=200.17.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- cz.json | 2 +- python/biobear/__init__.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2bad2..b956fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.17.6 (2024-03-10) + ## v0.17.5 (2024-03-10) ## v0.17.4 (2024-03-10) diff --git a/Cargo.toml b/Cargo.toml index 2c3b968..8b96c9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.17.5" +version = "0.17.6" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 9bb5f6a..44ef3c1 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.17.5", + "version": "0.17.6", "tag_format": "v$version", "version_files": [ "Cargo.toml", diff --git a/python/biobear/__init__.py b/python/biobear/__init__.py index 58c9982..78a7b44 100644 --- a/python/biobear/__init__.py +++ b/python/biobear/__init__.py @@ -34,7 +34,7 @@ from .biobear import FASTQReadOptions from .biobear import FASTAReadOptions -__version__ = "0.17.5" +__version__ = "0.17.6" __all__ = [ "FastaReader",