Skip to content

Commit

Permalink
mm: updated the version string
Browse files Browse the repository at this point in the history
  • Loading branch information
aivazis committed Oct 1, 2023
1 parent 6fbca0d commit 02a4fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# the app
class mm(pyre.application, family="pyre.applications.mm", namespace="mm"):
"""
mm 4.3.2
mm 4.4.1
Michael Aïvázis <[email protected]>
copyright 1998-2023 all rights reserved
"""
Expand Down Expand Up @@ -163,7 +163,7 @@ class mm(pyre.application, family="pyre.applications.mm", namespace="mm"):
MM_LIBPATH.doc = "the MM_LIBPATH environment variable"

# constants
version = "4.3.2"
version = "4.4.1"

# behavior
@pyre.export
Expand Down

0 comments on commit 02a4fbf

Please sign in to comment.