Skip to content

Commit

Permalink
Merge pull request datalad#232 from mih/versioneer
Browse files Browse the repository at this point in the history
Upgrade versioneer
  • Loading branch information
yarikoptic authored Oct 9, 2023
2 parents 6a1b6b5 + 6323c6f commit c505e52
Show file tree
Hide file tree
Showing 3 changed files with 1,044 additions and 425 deletions.
5 changes: 3 additions & 2 deletions datalad_container/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

__docformat__ = 'restructuredtext'

from .version import __version__

# Imported to set singularity/apptainer version commands at init
import datalad_container.extractors._load_singularity_versions # noqa

Expand Down Expand Up @@ -48,3 +46,6 @@
)
]
)

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

0 comments on commit c505e52

Please sign in to comment.