Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
katie-snow authored Feb 13, 2024
1 parent 0e86e16 commit 396c98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultimarc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
_tool_cmd = _('ui')
_tool_qml = _('qml/main.qml')
_tool_title = _('Ultimarc Editor')
_tool_version = _('1.0.0-alpha.5')
_tool_version = _('1.0.0-alpha.6')

def run():
proj_path = os.path.abspath(__file__).split('/ultimarc/')[0]
Expand Down

0 comments on commit 396c98f

Please sign in to comment.