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

Commit

Permalink
release v0.12.2 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck authored Jul 19, 2020
1 parent 29139ce commit c8e9759
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .yeyo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.12.2-dev.9
version: 0.12.2
tag_template: v{{ yeyo_version }}
commit_template: v{{ yeyo_version }}
files:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.12.2 (unreleased)
## 0.12.2

- Fix bug in the event that a token id is supplied that overrides a default of
an inferred token.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.2-dev.9
0.12.2
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
args:
PY_VERSION: "${PY_VERSION:-3.7}"
image: docker.io/thauck/gcgc:${TAG-0.12.2-dev.9}
image: docker.io/thauck/gcgc:${TAG-0.12.2}
volumes:
- $PWD/gcgc/data:/data
entrypoint:
Expand Down
2 changes: 1 addition & 1 deletion gcgc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

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

__version__ = "0.12.2-dev.9"
__version__ = "0.12.2"

_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.2-dev.9"
version = "0.12.2"
description = "GCGC is a preprocessing library for biological sequence model development."
authors = ["Trent Hauck <[email protected]>"]

Expand Down

0 comments on commit c8e9759

Please sign in to comment.