Skip to content

Commit

Permalink
release version to 0.9.78
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed May 9, 2024
1 parent 2af670c commit 9085865
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.76'
__date__ = '2024-April-10'
__release_version__ = '0.9.78'
__date__ = '2024-May-09'
__authors__ = "M. Newville, M. Rovezzi, M. Koker, B. Ravel, and others"

from ._version import __version__, __version_tuple__
Expand Down

0 comments on commit 9085865

Please sign in to comment.