Skip to content

Commit 49e0e2f

Browse files
author
Tim Walsh
committed
Update version
1 parent 67f6dab commit 49e0e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Disk Image Processor
22

33
Analyze disk images and/or create ready-to-ingest SIPs from a directory of disk images and related files.
4-
Version: 0.7.1 (beta)
4+
Version: 0.7.2 (beta)
55

66
[![Build Status](https://travis-ci.org/timothyryanwalsh/cca-diskimageprocessor.svg?branch=master)](https://travis-ci.org/timothyryanwalsh/cca-diskimageprocessor)
77

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, parent=None):
2424

2525
def about_dialog(self):
2626
QMessageBox.information(self, "About",
27-
"Disk Image Processor v0.7.1\nTim Walsh, 2017\nMIT License\nhttps://github.com/timothyryanwalsh/cca-diskimageprocessor")
27+
"Disk Image Processor v0.7.2\nTim Walsh, 2017\nMIT License\nhttps://github.com/timothyryanwalsh/cca-diskimageprocessor")
2828

2929
@pyqtSlot()
3030
def readStdOutput(self):

0 commit comments

Comments
 (0)