Skip to content

Commit

Permalink
Updated versioneer to 0.29 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Mar 18, 2024
1 parent a6c0b93 commit b23b615
Show file tree
Hide file tree
Showing 3 changed files with 1,050 additions and 428 deletions.
3 changes: 3 additions & 0 deletions dask_image/__init__.py
Expand Up @@ -3,3 +3,6 @@

__version__ = get_versions()['version']
del get_versions

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

0 comments on commit b23b615

Please sign in to comment.