diff --git a/stamp/STAMP.py b/stamp/STAMP.py index 0e961c3..7da5e0f 100644 --- a/stamp/STAMP.py +++ b/stamp/STAMP.py @@ -23,7 +23,7 @@ __copyright__ = 'Copyright 2013' __credits__ = ['Donovan Parks'] __license__ = 'GPL3' -__version__ = '2.0.3' +__version__ = '2.0.4' __maintainer__ = 'Donovan Parks' __email__ = 'donovan.parks@gmail.com' __status__ = 'Development' @@ -1741,7 +1741,7 @@ def openAboutDlg(self): '%s\n' '%s\n' '%s\n\n' - '%s' % ('Donovan Parks and Robert Beiko', 'v2.0.3', 'May 26, 2014', 'Program icon by Caihua (http://commons.wikimedia.org/wiki/File:Fairytale_colors.png)')) + '%s' % ('Donovan Parks and Robert Beiko', 'v2.0.4', 'June 18, 2014', 'Program icon by Caihua (http://commons.wikimedia.org/wiki/File:Fairytale_colors.png)')) def closeEvent(self, event): # save size and location of main window and all dock widgets @@ -1852,6 +1852,6 @@ def main(): else: print 'Failed to start STAMP.' sys.exit() - + if __name__ == "__main__": main()