diff --git a/createExeWindows.py b/createExeWindows.py index 65cf47a..6f7c013 100644 --- a/createExeWindows.py +++ b/createExeWindows.py @@ -66,7 +66,7 @@ # setup configuration setup( name = "STAMP", - version = "2.0.6", + version = "2.1.1", description = "Statistical analysis of taxonomic and functional profiles", author = "Donovan Parks", windows=[{"script":"STAMP.py", "icon_resources": [(1, "./stamp/icons/stamp.ico")]}], @@ -77,8 +77,8 @@ "unbuffered": True, "optimize": 2, "skip_archive": True, - "includes": ["sip", "PyQt4", "sqlite3"], - "packages": ["matplotlib","pytz","scipy","mpl_toolkits", "pyparsing", "biom", "pyqi", "h5py"], + "includes": ["sip", "PyQt4", "sqlite3", "FileDialog"], + "packages": ["matplotlib","pytz","scipy","mpl_toolkits", "pyparsing", "biom", "pyqi", "h5py", "six"], "dll_excludes": ["libgdk_pixbuf-2.0-0.dll","libgdk-win32-2.0-0.dll", "libgobject-2.0-0.dll", "tcl84.dll", "tk84.dll"], } }, diff --git a/setup.py b/setup.py index 92a502a..82546df 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ('.', ['README.md'])] setup( name='STAMP', - version='2.1.0', + version='2.1.1', author='Donovan Parks, Rob Beiko', author_email='donovan.parks@gmail.com', packages=['stamp', 'stamp.GUI'] + pluginPkgs + metagenomicPkgs, diff --git a/stamp/STAMP.py b/stamp/STAMP.py index e53ea26..b37a212 100644 --- a/stamp/STAMP.py +++ b/stamp/STAMP.py @@ -23,8 +23,8 @@ __copyright__ = 'Copyright 2013' __credits__ = ['Donovan Parks'] __license__ = 'GPL3' -__version__ = '2.1.0' -__date__ = 'June 4, 2015' +__version__ = '2.1.1' +__date__ = 'June 7, 2015' __maintainer__ = 'Donovan Parks' __email__ = 'donovan.parks@gmail.com' __status__ = 'Development' diff --git a/windows/STAMP_Setup.iss b/windows/STAMP_Setup.iss index 83c2591..8f5241d 100644 --- a/windows/STAMP_Setup.iss +++ b/windows/STAMP_Setup.iss @@ -7,7 +7,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{058AA4B2-FB5A-4D89-9134-D6E06AB9E894} AppName=STAMP -AppVerName=STAMP v2.1.0 +AppVerName=STAMP v2.1.1 AppPublisher=Donovan Parks and Robert Beiko AppPublisherURL=http://kiwi.cs.dal.ca/Software/STAMP AppSupportURL=http://kiwi.cs.dal.ca/Software/STAMP @@ -18,7 +18,7 @@ AllowNoIcons=yes LicenseFile=..\dist\LICENSE.txt InfoBeforeFile=..\dist\readme.txt OutputDir=.\install -OutputBaseFilename=STAMP_2_1_0 +OutputBaseFilename=STAMP_2_1_1 SetupIconFile=..\dist\icons\stamp.ico Compression=lzma SolidCompression=yes