Skip to content

Commit

Permalink
FIX-modin-project#7309: Update versioneer with 'versioneer install --…
Browse files Browse the repository at this point in the history
…vendor'

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Jun 12, 2024
1 parent af5ed06 commit 50cab99
Show file tree
Hide file tree
Showing 3 changed files with 1,056 additions and 491 deletions.
3 changes: 3 additions & 0 deletions modin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ def set_execution(

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

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

0 comments on commit 50cab99

Please sign in to comment.