Skip to content

Commit

Permalink
Merge pull request #119 from liuzhenqi77/update-versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhenqi77 authored Oct 4, 2022
2 parents 5cc63b9 + 9be49da commit 73cd49d
Show file tree
Hide file tree
Showing 4 changed files with 1,313 additions and 803 deletions.
13 changes: 6 additions & 7 deletions netneurotools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
__all__ = [
'__version__',
]

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

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

0 comments on commit 73cd49d

Please sign in to comment.