Skip to content

Commit

Permalink
properly export __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 12, 2024
1 parent 63eaae0 commit 185b7e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bioimageio/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
.. include:: ../../README.md
"""

import json

from bioimageio.spec import build_description as build_description
from bioimageio.spec import dump_description as dump_description
from bioimageio.spec import load_description as load_description
Expand All @@ -24,6 +22,8 @@
from ._resource_tests import load_description_and_test as load_description_and_test
from ._resource_tests import test_description as test_description
from ._resource_tests import test_model as test_model
from .utils import VERSION as __version__
from .utils import VERSION

__version__ = VERSION

test_resource = test_description

0 comments on commit 185b7e8

Please sign in to comment.