Skip to content

Commit

Permalink
Fixed not importing version properly
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre authored Nov 4, 2024
1 parent 4340904 commit 9ecb385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bioviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .viz import Viz, Kinogram
from ._version import __version__

__all__ = [Viz.__name__, Kinogram.__name__]

0 comments on commit 9ecb385

Please sign in to comment.