Skip to content

Commit

Permalink
update release version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Nov 14, 2023
1 parent 373618b commit eeb2e42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions larch/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/usr/bin/env python
"""Version information"""
__date__ = '2023-Oct-03'
__release_version__ = '0.9.72'

__release_version__ = '0.9.74'
__date__ = '2023-Nov-14'
__authors__ = "M. Newville, M. Koker, M. Rovezzi, B. Ravel, and others"

from ._version import __version__, __version_tuple__

import sys
Expand Down

0 comments on commit eeb2e42

Please sign in to comment.