From eeb2e42c2c66cff75293b9274629da33a7c80e56 Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Tue, 14 Nov 2023 09:13:38 -0600 Subject: [PATCH] update release version and date --- larch/version.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/larch/version.py b/larch/version.py index f0b069b7f..939923b4c 100644 --- a/larch/version.py +++ b/larch/version.py @@ -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