-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f9c693
commit 94ae4f2
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 | ||
|