Skip to content

Commit

Permalink
Update version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Walsh committed Oct 26, 2017
1 parent 4df3cab commit 316c767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
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.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):
Expand Down

0 comments on commit 316c767

Please sign in to comment.