Skip to content

Commit 41f1329

Browse files
committed
version 0.9.80
1 parent c19505f commit 41f1329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

larch/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22
"""Version information"""
33

4-
__release_version__ = '0.9.78'
5-
__date__ = '2024-May-09'
4+
__release_version__ = '0.9.80'
5+
__date__ = '2024-July-17'
66
__authors__ = "M. Newville, M. Rovezzi, M. Koker, B. Ravel, and others"
77

88
from ._version import __version__, __version_tuple__

0 commit comments

Comments
 (0)