Skip to content

Commit

Permalink
version 0.9.80
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jul 18, 2024
1 parent c19505f commit 41f1329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions larch/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
"""Version information"""

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

from ._version import __version__, __version_tuple__
Expand Down

0 comments on commit 41f1329

Please sign in to comment.