From 41f1329ed2465faf091e353aa8cd59b66221e78e Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Wed, 17 Jul 2024 23:01:15 -0500 Subject: [PATCH] version 0.9.80 --- larch/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/larch/version.py b/larch/version.py index 23c368634..20a30839f 100644 --- a/larch/version.py +++ b/larch/version.py @@ -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__