diff --git a/README.md b/README.md index be3fa35..c6c41a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Disk Image Processor Analyze disk images and/or create ready-to-ingest SIPs from a directory of disk images and related files. -Version: 0.7.1 (beta) +Version: 0.7.2 (beta) [![Build Status](https://travis-ci.org/timothyryanwalsh/cca-diskimageprocessor.svg?branch=master)](https://travis-ci.org/timothyryanwalsh/cca-diskimageprocessor) diff --git a/main.py b/main.py index ae0016a..e170be6 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.1\nTim Walsh, 2017\nMIT License\nhttps://github.com/timothyryanwalsh/cca-diskimageprocessor") + "Disk Image Processor v0.7.2\nTim Walsh, 2017\nMIT License\nhttps://github.com/timothyryanwalsh/cca-diskimageprocessor") @pyqtSlot() def readStdOutput(self):