Skip to content

Commit

Permalink
Merge pull request #18 from TheJacksonLaboratory/hotfix-export_validate
Browse files Browse the repository at this point in the history
Export `validate` module.
  • Loading branch information
ielis authored Mar 10, 2023
2 parents a414a20 + 9601cb7 commit 171cdd6
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1.3" %}
{% set version = "0.1.3post0" %}

package:
name: {{ name|lower }}
Expand Down
3 changes: 2 additions & 1 deletion src/hpotk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
__version__ = "0.1.3"
__version__ = "0.1.3post0"

from . import model
from . import constants
from . import graph
from . import ontology
from . import algorithm
from . import annotations
from . import validate
from . import util

0 comments on commit 171cdd6

Please sign in to comment.