Skip to content

Commit

Permalink
Update to versioneer 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 26, 2023
1 parent 5839f3e commit 4ae24ff
Show file tree
Hide file tree
Showing 3 changed files with 1,486 additions and 686 deletions.
5 changes: 2 additions & 3 deletions menuinst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
import json
from os.path import abspath, basename, exists, join

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


if sys.platform.startswith('linux'):
Expand Down
Loading

0 comments on commit 4ae24ff

Please sign in to comment.