diff --git a/README.md b/README.md index d6e06cc..be3fa35 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.0 (beta) +Version: 0.7.1 (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 0d574ae..ae0016a 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.0\nTim Walsh, 2017\nMIT License\nhttps://github.com/timothyryanwalsh/cca-diskimageprocessor") + "Disk Image Processor v0.7.1\nTim Walsh, 2017\nMIT License\nhttps://github.com/timothyryanwalsh/cca-diskimageprocessor") @pyqtSlot() def readStdOutput(self):