Skip to content

Commit

Permalink
Bump version to 0.7.8 in preparation of a release
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Dec 16, 2021
1 parent 76e3ce5 commit bd7858d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bmt/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Path = str

REMOTE_PATH = (
"https://raw.githubusercontent.com/biolink/biolink-model/2.2.11/biolink-model.yaml"
"https://raw.githubusercontent.com/biolink/biolink-model/2.2.12/biolink-model.yaml"
)
RELATED_TO = "related to"
CACHE_SIZE = 1024
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
REQUIREMENTS = FH.readlines()

NAME = 'bmt'
VERSION = '0.7.7'
VERSION = '0.7.8'
DESCRIPTION = 'Biolink Model Toolkit: A Python API for working with the Biolink Model'
URL = 'https://github.com/biolink/biolink-model-toolkit'
AUTHOR = 'Deepak Unni', 'Sierra Moxon'
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def toolkit():

def test_get_model_version(toolkit):
version = toolkit.get_model_version()
assert version == "2.2.11"
assert version == "2.2.12"


def test_get_element_by_mapping(toolkit):
Expand Down

0 comments on commit bd7858d

Please sign in to comment.