Skip to content
Snippets Groups Projects

Improve the version file information

Merged Gregory Ashton requested to merge add-version-information into master
3 files
+ 59
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
0
@@ -26,3 +26,7 @@ from .grid_based_searches import (
SliceGridSearch,
TransientGridSearch,
)
from .helper_functions import get_version_information
__version__ = get_version_information()
Loading