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

Commit

Permalink
Release 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Apr 8, 2019
1 parent af4bab0 commit a46cc8c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .yeyo.json
@@ -1 +1 @@
{"files": [{"file_path": "gcgc/__init__.py", "match_template": "yeyo_version"}, {"file_path": "VERSION", "match_template": "yeyo_version"}, {"file_path": "docs/index.md", "match_template": "yeyo_version"}, {"file_path": "pyproject.toml", "match_template": "yeyo_version"}], "version": "0.5.2", "tag_template": "v{{ yeyo_version }}", "commit_template": "v{{ yeyo_version }}"}
{"files": [{"file_path": "gcgc/__init__.py", "match_template": "yeyo_version"}, {"file_path": "VERSION", "match_template": "yeyo_version"}, {"file_path": "docs/index.md", "match_template": "yeyo_version"}, {"file_path": "pyproject.toml", "match_template": "yeyo_version"}], "version": "0.6.0", "tag_template": "v{{ yeyo_version }}", "commit_template": "v{{ yeyo_version }}"}
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.2
0.6.0
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -39,4 +39,4 @@ $ pip install gcgc[torch]

## Documentation Version

The documentation you're reading was build for version: `0.5.2`.
The documentation you're reading was build for version: `0.6.0`.
2 changes: 1 addition & 1 deletion gcgc/__init__.py
Expand Up @@ -2,4 +2,4 @@
# All Rights Reserved
"""Top-level GCGC module."""

__version__ = "0.5.2"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcgc"
version = "0.5.2"
version = "0.6.0"
description = "GCGC is a preprocessing library for biological sequence model development."
authors = ["Trent Hauck <trent@trenthauck.com>"]
include = ["./gcgc/data/splice/*.fasta"]
Expand Down

0 comments on commit a46cc8c

Please sign in to comment.