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

Commit

Permalink
bump: version 0.12.5 → 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Sep 25, 2020
1 parent 6f60676 commit 446929e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.12.5"
version = "0.13.0"
tag_format = "v$version"
version_files = [
"./Taskfile.yml",
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"

env:
GCGC_VERSION: v0.12.5
GCGC_VERSION: v0.13.0

tasks:
ci-test:
Expand Down
2 changes: 1 addition & 1 deletion gcgc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

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

__version__ = "0.12.5"
__version__ = "0.13.0"

_warnings.simplefilter(action="ignore", category=PendingDeprecationWarning)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcgc"
version = "0.12.5"
version = "0.13.0"
description = "GCGC is a preprocessing library for biological sequence model development."
authors = ["Trent Hauck <[email protected]>"]

Expand Down

0 comments on commit 446929e

Please sign in to comment.