Skip to content

Commit

Permalink
Merge pull request #181 from kbwbe/devel
Browse files Browse the repository at this point in the history
added missing version information
  • Loading branch information
kbwbe authored Feb 12, 2019
2 parents add88da + af3ac1c commit 2fe0885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InitGui.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__title__ = 'A2plus assembly Workbench - InitGui file'
__author__ = 'kbwbe'

A2P_VERSION = 'V0.3.4'
A2P_VERSION = 'V0.3.5'

import sys
PyVersion = sys.version_info[0]
Expand Down

0 comments on commit 2fe0885

Please sign in to comment.