From 2c75356884e1dbafd1cc306dd2d67634fdc27602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20A=C3=AFv=C3=A1zis?= Date: Tue, 3 Oct 2023 21:28:19 +0300 Subject: [PATCH] mm: bumped up the version --- mm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm.py b/mm.py index de0e3e7..47b2d5f 100755 --- a/mm.py +++ b/mm.py @@ -55,7 +55,7 @@ # the app class mm(pyre.application, family="pyre.applications.mm", namespace="mm"): """ - mm 4.4.1 + mm 4.4.3 Michael Aïvázis copyright 1998-2023 all rights reserved """ @@ -165,7 +165,7 @@ class mm(pyre.application, family="pyre.applications.mm", namespace="mm"): MM_LIBPATH.doc = "the MM_LIBPATH environment variable" # constants - version = "4.4.1" + version = "4.4.3" # behavior @pyre.export