Skip to content

Commit

Permalink
Update to v2.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
donovan-h-parks committed Jun 29, 2014
1 parent 5f9c693 commit 94ae4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
('.', ['README.md'])]
setup(
name='STAMP',
version='2.0.4',
# version='2.0.5',
author='Donovan Parks, Rob Beiko',
author_email='[email protected]',
packages=['stamp', 'stamp.GUI'] + pluginPkgs + metagenomicPkgs,
Expand Down
4 changes: 2 additions & 2 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.4'
__version__ = '2.0.5'
__maintainer__ = 'Donovan Parks'
__email__ = '[email protected]'
__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.4', 'June 18, 2014', 'Program icon by Caihua (http://commons.wikimedia.org/wiki/File:Fairytale_colors.png)'))
'%s' % ('Donovan Parks and Robert Beiko', 'v2.0.5', 'June 29, 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

0 comments on commit 94ae4f2

Please sign in to comment.