From ef0879d2d2af2a476082c7d8b9244f23f92d2235 Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Sun, 10 Mar 2024 18:24:24 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.17.6=20=E2=86=92=200.17.7?= 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 b956fb6..c9260ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.17.7 (2024-03-10) + ## v0.17.6 (2024-03-10) ## v0.17.5 (2024-03-10) diff --git a/Cargo.toml b/Cargo.toml index 8b96c9a..be2f0b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.17.6" +version = "0.17.7" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 44ef3c1..8d6ae9b 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.17.6", + "version": "0.17.7", "tag_format": "v$version", "version_files": [ "Cargo.toml", diff --git a/python/biobear/__init__.py b/python/biobear/__init__.py index 78a7b44..a96daf6 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.6" +__version__ = "0.17.7" __all__ = [ "FastaReader",