Skip to content

Commit

Permalink
Upgrade versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Oct 9, 2023
1 parent 4782a7a commit 6323c6f
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 6323c6f

Please sign in to comment.