Skip to content

Commit

Permalink
Update to versioneer 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Sep 24, 2024
1 parent a42afab commit 955bd26
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 83 deletions.
5 changes: 2 additions & 3 deletions sourcespec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
CeCILL Free Software License Agreement v2.1
(http://www.cecill.info/licences.en.html)
"""
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']

__banner__ = '''
| || (` (` |||
Expand Down
Loading

0 comments on commit 955bd26

Please sign in to comment.