Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MDachniewicz committed Feb 23, 2023
1 parent 7a3c68b commit 9927573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STMgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def hist_edit(self):
def aboutHelp(self):
QtWidgets.QMessageBox.question(self,
"About",
"STMpro 0.0.5 pre-alpha",
"STMpro 0.0.6 pre-alpha",
QtWidgets.QMessageBox.Ok)

def change_mode(self, mode):
Expand Down

0 comments on commit 9927573

Please sign in to comment.