Skip to content

Commit

Permalink
Next development iteration 0.5.4.dev0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Sep 26, 2024
1 parent 00b338b commit b9a535e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "hpo-toolkit" %}
{% set version = "0.5.3" %}
{% set version = "0.5.4.dev0" %}

package:
name: {{ name|lower }}
Expand Down
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"
__version__ = "0.5.4.dev0"

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

0 comments on commit b9a535e

Please sign in to comment.