Skip to content

Commit

Permalink
Use __version__ from _version.py instead of hardcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Nov 22, 2024
1 parent fc01989 commit 3d5da88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/skan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .csr import summarize, Skeleton, sholl_analysis

__version__ = '0.11.1'
from ._version import __version__

__all__ = ['summarize', 'Skeleton', 'sholl_analysis']

0 comments on commit 3d5da88

Please sign in to comment.