Skip to content

Commit

Permalink
Update version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bgribble committed Feb 27, 2024
1 parent 2044e04 commit 91bd310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@ def git_version():
return str(int(vers.strip(), 16))

setup (name = 'mfp',
version = '0.6.' + git_version(),
version = '0.7.' + git_version(),
description = 'Music for programmers',
packages = ['mfp', 'mfp.builtins',
'mfp.gui', 'mfp.gui.modes', 'mfp.gui.clutter', 'mfp.gui.clutter.xyplot' ],
Expand Down

0 comments on commit 91bd310

Please sign in to comment.