Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit 0ba50dc

Browse files
committed
bump: version 0.12.4 → 0.12.5
1 parent 55a53cc commit 0ba50dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
tag_format = "v$version"
55
version_files = [
66
"./Taskfile.yml",

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22

33
env:
4-
GCGC_VERSION: v0.12.4
4+
GCGC_VERSION: v0.12.5
55

66
tasks:
77
ci-test:

gcgc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
__all__ = ["tokenizer", "KmerTokenizer", "SequenceTokenizer"]
1313

14-
__version__ = "0.12.4"
14+
__version__ = "0.12.5"
1515

1616
_warnings.simplefilter(action="ignore", category=PendingDeprecationWarning)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gcgc"
3-
version = "0.12.4"
3+
version = "0.12.5"
44
description = "GCGC is a preprocessing library for biological sequence model development."
55
authors = ["Trent Hauck <[email protected]>"]
66

0 commit comments

Comments
 (0)