source: sasview/src/sas/sasview/__init__.py @ 3f67a0c

Last change on this file since 3f67a0c was 5e16b30, checked in by GitHub <noreply@…>, 5 years ago

Update init.py

Final update to init.py with the new DOI from zenodo. Should now be ready to merge

  • Property mode set to 100644
File size: 187 bytes
Line 
1from distutils.version import StrictVersion
2__version__ = "4.2.1"
3StrictVersion(__version__)
4__DOI__ = "Zenodo, 10.5281/zenodo.2561236"
5__release_date__ = "2019"
6__build__ = "GIT_COMMIT"
Note: See TracBrowser for help on using the repository browser.