Skip to content

Commit

Permalink
fix versioneer for python3.12 (#123)
Browse files Browse the repository at this point in the history
* fix versioneer for python3.12

* Upgrade versioneer to 0.29

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Jacob Tomlinson <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 29, 2024
1 parent a9ca8f1 commit e9a41ec
Show file tree
Hide file tree
Showing 3 changed files with 1,176 additions and 505 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 . import _version
from .core import initialize, send_close_signal
from .exceptions import WorldTooSmallException

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

0 comments on commit e9a41ec

Please sign in to comment.