Skip to content

Commit

Permalink
Make release v0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Sep 26, 2024
1 parent ce117e0 commit d46b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpotk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
HPO toolkit is a library for working with Human Phenotype Ontology and the HPO annotation data.
"""

__version__ = "0.5.3.dev0"
__version__ = "0.5.3"

from .graph import OntologyGraph, GraphAware
from .model import TermId, Term, MinimalTerm, Synonym, SynonymType, SynonymCategory
Expand Down

0 comments on commit d46b2bc

Please sign in to comment.