From 826de6016a1f398b157fd243e6230539201b957a Mon Sep 17 00:00:00 2001 From: Trent Hauck Date: Sun, 28 Jan 2024 20:02:33 -0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.14.5=20=E2=86=92=200.14.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- cz.json | 4 ++-- python/biobear/__init__.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4e2c9..72b0abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.14.6 (2024-01-28) + +### Fix + +- fix version (#91) + ## v0.14.5 (2024-01-27) ### Fix diff --git a/Cargo.toml b/Cargo.toml index 43f0b5d..742ca28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "biobear" -version = "0.14.5" +version = "0.14.6" [lib] crate-type = ["cdylib"] diff --git a/cz.json b/cz.json index 44d59f9..3cb9852 100644 --- a/cz.json +++ b/cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.14.5", + "version": "0.14.6", "tag_format": "v$version", "version_files": [ "Cargo.toml", @@ -10,4 +10,4 @@ ], "update_changelog_on_bump": true } -} +} \ No newline at end of file diff --git a/python/biobear/__init__.py b/python/biobear/__init__.py index 0427847..2b27b94 100644 --- a/python/biobear/__init__.py +++ b/python/biobear/__init__.py @@ -30,7 +30,7 @@ from .biobear import __runtime -__version__ = "0.14.5" +__version__ = "0.14.6" __all__ = [ "FastaReader",