Skip to content

Commit

Permalink
version 0.9.81
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Sep 20, 2024
1 parent 8971351 commit 31421d2
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.80'
__date__ = '2024-July-17'
__release_version__ = '0.9.81'
__date__ = '2024-September-20'
__authors__ = "M. Newville, M. Rovezzi, M. Koker, B. Ravel, and others"

from ._version import __version__, __version_tuple__
Expand Down

0 comments on commit 31421d2

Please sign in to comment.