Skip to content

Commit eeb2e42

Browse files
committed
update release version and date
1 parent 373618b commit eeb2e42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

larch/version.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/usr/bin/env python
22
"""Version information"""
3-
__date__ = '2023-Oct-03'
4-
__release_version__ = '0.9.72'
3+
4+
__release_version__ = '0.9.74'
5+
__date__ = '2023-Nov-14'
56
__authors__ = "M. Newville, M. Koker, M. Rovezzi, B. Ravel, and others"
7+
68
from ._version import __version__, __version_tuple__
79

810
import sys

0 commit comments

Comments
 (0)