Skip to content

Commit

Permalink
update versioneer to 0.29, fixes #437
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Jan 2, 2024
1 parent efde469 commit 3d1c6db
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 3d1c6db

Please sign in to comment.