Skip to content

Commit

Permalink
Merge pull request #439 from datalad/versioneer
Browse files Browse the repository at this point in the history
update versioneer to 0.29, fixes #437
  • Loading branch information
adswa authored Jan 2, 2024
2 parents 6d1ff77 + 3d1c6db commit 1550775
Show file tree
Hide file tree
Showing 3 changed files with 1,043 additions and 426 deletions.
5 changes: 2 additions & 3 deletions datalad_gooey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@
scope='global')


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 1550775

Please sign in to comment.