Skip to content

Commit d3635a8

Browse files
committed
prep for a release
1 parent 2fba19e commit d3635a8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

biolink-model.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/
55

66
# Version should be kept in sync with primary Git repository release tag
77

8-
version: 3.2.3
8+
version: 3.2.4
99

1010

1111
## ------------
@@ -6233,18 +6233,18 @@ classes:
62336233
resource:
62346234
required: true
62356235
description: >-
6236-
The InformationResource that served as a source for the
6237-
knowledge expressed in an Edge, or data used to generate this knowledge.
6236+
The InformationResource that served as a source for the
6237+
knowledge expressed in an Edge, or data used to generate this knowledge.
62386238
resource role:
62396239
required: true
6240-
description: >-
6241-
The role of the InformationResource in the retrieval of the
6242-
knowledge expressed in an Edge, or data used to generate this knowledge.
6240+
description: >-
6241+
The role of the InformationResource in the retrieval of the
6242+
knowledge expressed in an Edge, or data used to generate this knowledge.
62436243
upstream resources:
62446244
description: >-
6245-
The InformationResources that served as a source for the
6246-
InformationResource that served as a source for the knowledge
6247-
expressed in an Edge, or data used to generate this knowledge.
6245+
The InformationResources that served as a source for the
6246+
InformationResource that served as a source for the knowledge
6247+
expressed in an Edge, or data used to generate this knowledge.
62486248
62496249
## Top Level Abstractions of Material & Process Entities
62506250

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = biolink_model
33
description = 'A high level datamodel of biological entities and associations'
4-
version = 3.2.3
4+
version = 3.2.4
55

66
url = https://github.com/biolink/biolink-model
77
author = Harold Solbrig

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
REQUIREMENTS = FH.readlines()
77

88
NAME = 'biolink-model'
9-
VERSION = '3.2.3'
9+
VERSION = '3.2.4'
1010

1111
DESCRIPTION = 'Biolink Model: A high level datamodel of biological entities and associations'
1212
URL = 'https://github.com/biolink/biolink-model'

0 commit comments

Comments
 (0)