Skip to content

Commit

Permalink
changes made by versioneer 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
sjswerdloff committed Aug 14, 2023
1 parent 27b02f7 commit 7d0f79d
Show file tree
Hide file tree
Showing 2 changed files with 645 additions and 482 deletions.
3 changes: 3 additions & 0 deletions radiomics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,6 @@ def getProgressReporter(*args, **kwargs):

__version__ = get_versions()['version']
del get_versions

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

0 comments on commit 7d0f79d

Please sign in to comment.