diff --git a/alphaviz/__init__.py b/alphaviz/__init__.py index 5d0f6f1..974037a 100644 --- a/alphaviz/__init__.py +++ b/alphaviz/__init__.py @@ -1,7 +1,7 @@ #!python __project__ = "alphaviz" -__version__ = "1.1.11" +__version__ = "1.1.12" __license__ = "Apache" __description__ = "A interactive Dashboard to explore mass spectrometry data." __author__ = "Eugenia Voytik" diff --git a/misc/bumpversion.cfg b/misc/bumpversion.cfg index 4b9b32a..e28eae1 100644 --- a/misc/bumpversion.cfg +++ b/misc/bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.11 +current_version = 1.1.12 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/release/one_click_linux_gui/control b/release/one_click_linux_gui/control index 5a78af9..9b32aa5 100644 --- a/release/one_click_linux_gui/control +++ b/release/one_click_linux_gui/control @@ -1,5 +1,5 @@ Package: alphaviz -Version: 1.1.11 +Version: 1.1.12 Architecture: all Maintainer: Mann Labs Description: alphaviz diff --git a/release/one_click_linux_gui/create_installer_linux.sh b/release/one_click_linux_gui/create_installer_linux.sh index 98f1376..9428212 100644 --- a/release/one_click_linux_gui/create_installer_linux.sh +++ b/release/one_click_linux_gui/create_installer_linux.sh @@ -17,7 +17,7 @@ python setup.py sdist bdist_wheel # Setting up the local package cd release/one_click_linux_gui # Make sure you include the required extra packages and always use the stable or very-stable options! -pip install "../../dist/alphaviz-1.1.11-py3-none-any.whl[stable,gui-stable]" +pip install "../../dist/alphaviz-1.1.12-py3-none-any.whl[stable,gui-stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller==4.10 diff --git a/release/one_click_macos_gui/Info.plist b/release/one_click_macos_gui/Info.plist index 49891cb..93a6c9e 100644 --- a/release/one_click_macos_gui/Info.plist +++ b/release/one_click_macos_gui/Info.plist @@ -9,9 +9,9 @@ CFBundleIconFile alpha_logo.icns CFBundleIdentifier - alphaviz.1.1.11 + alphaviz.1.1.12 CFBundleShortVersionString - 1.1.11 + 1.1.12 CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/release/one_click_macos_gui/create_installer_macos.sh b/release/one_click_macos_gui/create_installer_macos.sh index e59f744..5c0673b 100644 --- a/release/one_click_macos_gui/create_installer_macos.sh +++ b/release/one_click_macos_gui/create_installer_macos.sh @@ -20,7 +20,7 @@ python setup.py sdist bdist_wheel # Setting up the local package cd release/one_click_macos_gui -pip install "../../dist/alphaviz-1.1.11-py3-none-any.whl[stable,gui-stable]" +pip install "../../dist/alphaviz-1.1.12-py3-none-any.whl[stable,gui-stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller==4.10 @@ -40,5 +40,5 @@ cp ../../LICENSE.txt Resources/LICENSE.txt cp ../logos/alpha_logo.png Resources/alpha_logo.png chmod 777 scripts/* -pkgbuild --root dist/alphaviz --identifier de.mpg.biochem.alphaviz.app --version 1.1.11 --install-location /Applications/alphaviz.app --scripts scripts alphaviz.pkg +pkgbuild --root dist/alphaviz --identifier de.mpg.biochem.alphaviz.app --version 1.1.12 --install-location /Applications/alphaviz.app --scripts scripts alphaviz.pkg productbuild --distribution distribution.xml --resources Resources --package-path alphaviz.pkg dist/alphaviz_gui_installer_macos.pkg diff --git a/release/one_click_macos_gui/distribution.xml b/release/one_click_macos_gui/distribution.xml index 7ffd65a..a28269a 100644 --- a/release/one_click_macos_gui/distribution.xml +++ b/release/one_click_macos_gui/distribution.xml @@ -1,6 +1,6 @@ - alphaviz 1.1.11 + alphaviz 1.1.12 diff --git a/release/one_click_windows_gui/alphaviz_innoinstaller.iss b/release/one_click_windows_gui/alphaviz_innoinstaller.iss index c329c1a..e583dce 100644 --- a/release/one_click_windows_gui/alphaviz_innoinstaller.iss +++ b/release/one_click_windows_gui/alphaviz_innoinstaller.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "alphaviz" -#define MyAppVersion "1.1.11" +#define MyAppVersion "1.1.12" #define MyAppPublisher "Max Planck Institute of Biochemistry and the University of Copenhagen, Mann Labs" #define MyAppURL "https://github.com/MannLabs/alphaviz" #define MyAppExeName "alphaviz_gui.exe" diff --git a/release/one_click_windows_gui/create_installer_windows.sh b/release/one_click_windows_gui/create_installer_windows.sh index 374f9e7..be45b70 100644 --- a/release/one_click_windows_gui/create_installer_windows.sh +++ b/release/one_click_windows_gui/create_installer_windows.sh @@ -17,7 +17,7 @@ python setup.py sdist bdist_wheel # Setting up the local package cd release/one_click_windows_gui # Make sure you include the required extra packages and always use the stable or very-stable options! -pip install "../../dist/alphaviz-1.1.11-py3-none-any.whl[stable,gui-stable]" +pip install "../../dist/alphaviz-1.1.12-py3-none-any.whl[stable,gui-stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller==4.10