Skip to content

Commit

Permalink
Changed version number in "About" dialog to 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuckyb committed Jan 9, 2018
1 parent 4e6d1c6 commit 7d1c946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seqtrace/gui/maingui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,10 +1281,10 @@ def processFwdRevMatches(self, match_iter):
def showAbout(self, widget):
diag = gtk.AboutDialog()
diag.set_name('SeqTrace')
diag.set_version('0.9.0')
diag.set_copyright('Copyright \xC2\xA9 2014 Brian J. Stucky')
diag.set_version('0.9.1')
diag.set_copyright('Copyright \xC2\xA9 2018 Brian J. Stucky')
#diag.set_authors(['Brian Stucky'])
diag.set_comments('by Brian Stucky\n\na program for viewing and processing sequencing trace files')
diag.set_comments('by Brian Stucky\n\nA program for viewing and processing Sanger sequencing trace files.')
diag.set_license(
'''Copyright (C) 2018 Brian J. Stucky
Expand Down

0 comments on commit 7d1c946

Please sign in to comment.