Skip to content

Commit

Permalink
Update versioneer to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikek committed Oct 23, 2023
1 parent 38aa3ac commit 6c45e77
Show file tree
Hide file tree
Showing 8 changed files with 1,090 additions and 463 deletions.
5 changes: 2 additions & 3 deletions ESSArch_Core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@

import os

from ._version import get_versions
from . import _version

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

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
Loading

0 comments on commit 6c45e77

Please sign in to comment.