Skip to content

Commit

Permalink
FIX-#7309: Update versioneer with versioneer install --vendor (#7311)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev authored Jun 12, 2024
1 parent 0a06455 commit 5c1c6a2
Show file tree
Hide file tree
Showing 3 changed files with 1,138 additions and 488 deletions.
5 changes: 2 additions & 3 deletions modin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if TYPE_CHECKING:
from .config import Engine, StorageFormat

from ._version import get_versions
from . import _version


def custom_formatwarning(
Expand Down Expand Up @@ -64,5 +64,4 @@ def set_execution(
return old_engine, old_storage_format


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

0 comments on commit 5c1c6a2

Please sign in to comment.