Skip to content

Commit

Permalink
v2.0.4 (updated version number)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovan-h-parks committed Jun 18, 2014
1 parent e77a73d commit 446a00b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stamp/STAMP.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1852,6 +1852,6 @@ def main():
else:
print 'Failed to start STAMP.'
sys.exit()

if __name__ == "__main__":
main()

0 comments on commit 446a00b

Please sign in to comment.