Skip to content

Commit

Permalink
Bump version to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Walsh committed Apr 17, 2018
1 parent 0c22cb3 commit ee26a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, parent=None):

def about_dialog(self):
QMessageBox.information(self, "About",
"Disk Image Processor v0.7.2\nCanadian Centre for Architecture, 2017\nMIT License\nhttps://github.com/timothyryanwalsh/cca-diskimageprocessor")
"Disk Image Processor v0.7.3\nCanadian Centre for Architecture, 2017\nMIT License\nhttps://github.com/timothyryanwalsh/cca-diskimageprocessor")

@pyqtSlot()
def readStdOutput(self):
Expand Down

0 comments on commit ee26a00

Please sign in to comment.