Skip to content

Commit

Permalink
Issue #70 updated versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Feb 21, 2024
1 parent 01d9ec7 commit a580855
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 91 deletions.
5 changes: 2 additions & 3 deletions sksurgerycore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# coding=utf-8
"""scikit-surgerycore"""

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit a580855

Please sign in to comment.