Skip to content

Commit

Permalink
mm: bumped up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
aivazis committed Oct 3, 2023
1 parent cb3e639 commit 2c75356
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.4.1
mm 4.4.3
Michael Aïvázis <[email protected]>
copyright 1998-2023 all rights reserved
"""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c75356

Please sign in to comment.