diff --git a/larch/version.py b/larch/version.py index 78e78c17e..dc379c08c 100644 --- a/larch/version.py +++ b/larch/version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """Version information""" -__release_version__ = '2025.1.0' +__release_version__ = '2025.1.1' __date__ = '2025-Janunary-12' __authors__ = "M. Newville, M. Rovezzi, M. Koker, B. Ravel, and others"