Skip to content

Commit 5e16b30

Browse files
authored
Update __init__.py
Final update to __init__.py with the new DOI from zenodo. Should now be ready to merge
1 parent 55fa530 commit 5e16b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sas/sasview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.version import StrictVersion
22
__version__ = "4.2.1"
33
StrictVersion(__version__)
4-
__DOI__ = "Zenodo, 10.5281/zenodo.1412041"
4+
__DOI__ = "Zenodo, 10.5281/zenodo.2561236"
55
__release_date__ = "2019"
66
__build__ = "GIT_COMMIT"

0 commit comments

Comments
 (0)