Skip to content

Commit

Permalink
Export validate module.
Browse files Browse the repository at this point in the history
  • Loading branch information
ielis committed Mar 10, 2023
1 parent a414a20 commit 9601cb7
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 9601cb7

Please sign in to comment.