Skip to content

Commit

Permalink
Merge pull request #102 from esc/update_versioneer_3.12
Browse files Browse the repository at this point in the history
Update versioneer to 3.12
  • Loading branch information
esc authored Apr 9, 2024
2 parents 03f9c2a + 1249243 commit e60cf3a
Show file tree
Hide file tree
Showing 3 changed files with 1,046 additions and 429 deletions.
5 changes: 2 additions & 3 deletions numba_scipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

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


def _init_extension():
Expand Down
Loading

0 comments on commit e60cf3a

Please sign in to comment.