source: sasview/src/sas/sasview/__init__.py @ 5e16b30

magnetic_scattrelease-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249
Last change on this file since 5e16b30 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.