Skip to content

Commit

Permalink
Update Bio ontology version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed May 8, 2023
1 parent 50c6aad commit e902d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/ontology/bio/ontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class BioOntology(IndraOntology):
# should be incremented to "force" rebuilding the ontology to be consistent
# with the underlying resource files.
name = 'bio'
version = '1.29'
version = '1.30'
ontology_namespaces = [
'go', 'efo', 'hp', 'doid', 'chebi', 'ido', 'mondo', 'eccode',
]
Expand Down

0 comments on commit e902d0f

Please sign in to comment.