Skip to content

Commit

Permalink
Merge branch 'dev' into code_scanning_alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPCoster committed Dec 5, 2023
2 parents 7b6e52c + 7da6809 commit 41e3cfb
Show file tree
Hide file tree
Showing 4 changed files with 1,046 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 41e3cfb

Please sign in to comment.