Skip to content

Commit

Permalink
Upgrade versioneer to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Apr 29, 2024
1 parent 0f3b028 commit bf10b40
Show file tree
Hide file tree
Showing 3 changed files with 1,175 additions and 510 deletions.
5 changes: 2 additions & 3 deletions dask_mpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from ._version import get_versions
from .core import initialize, send_close_signal
from .exceptions import WorldTooSmallException
from . import _version

__version__ = get_versions()["version"]
del get_versions
__version__ = _version.get_versions()["version"]
Loading

0 comments on commit bf10b40

Please sign in to comment.