From 31421d24665800a076a8b44786744f75d2c562a8 Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Fri, 20 Sep 2024 07:31:24 -0500 Subject: [PATCH] version 0.9.81 --- larch/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/larch/version.py b/larch/version.py index 20a30839f..d92c8ec43 100644 --- a/larch/version.py +++ b/larch/version.py @@ -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__