Skip to content

Commit

Permalink
Merge pull request #413 from UCL-CCS/versioneer_update
Browse files Browse the repository at this point in the history
Updated versioneer to 0.29. Installed in `vendor` mode.
  • Loading branch information
djgroen authored Dec 5, 2023
2 parents 8882583 + 81127a6 commit 7da6809
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 428 deletions.
5 changes: 2 additions & 3 deletions easyvvuq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@
"""
__license__ = "LGPL"

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

0 comments on commit 7da6809

Please sign in to comment.