From ee26a00fa733a206ad3f0e2ea6bb20b869bf98b2 Mon Sep 17 00:00:00 2001 From: Tim Walsh Date: Tue, 17 Apr 2018 15:35:11 -0400 Subject: [PATCH] Bump version to v0.7.3 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ffc79d6..9dfe2b3 100644 --- a/main.py +++ b/main.py @@ -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):