diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3dd19a9f..311de3cd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.9 +current_version = 1.2.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? @@ -11,8 +11,6 @@ serialize = [bumpversion:part:build] -#[bumpversion:file:pyproject.toml] - [bumpversion:file:./peptdeep/__init__.py] [bumpversion:file:./docs/conf.py] diff --git a/docs/conf.py b/docs/conf.py index dcaa5be0..b319afd1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ copyright = '2022, Mann Labs, MPIB' author = 'Mann Labs, MPIB' -release = "1.1.9" +release = "1.2.0" # -- General configuration --------------------------------------------------- diff --git a/peptdeep/__init__.py b/peptdeep/__init__.py index 2f6f5a5c..936c7f78 100644 --- a/peptdeep/__init__.py +++ b/peptdeep/__init__.py @@ -11,7 +11,7 @@ # pass __project__ = "peptdeep" -__version__ = "1.1.9" +__version__ = "1.2.0" __license__ = "Apache 2.0" __description__ = "The AlphaX deep learning framework for Proteomics" __author__ = "Mann Labs" diff --git a/release/one_click_linux_gui/control b/release/one_click_linux_gui/control index f178932d..81641738 100644 --- a/release/one_click_linux_gui/control +++ b/release/one_click_linux_gui/control @@ -1,5 +1,5 @@ Package: peptdeep -Version: 1.1.9 +Version: 1.2.0 Architecture: all Maintainer: Mann Labs Description: peptdeep diff --git a/release/one_click_linux_gui/create_installer_linux.sh b/release/one_click_linux_gui/create_installer_linux.sh index d3b1d13a..92083960 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/peptdeep-1.1.9-py3-none-any.whl[stable]" +pip install "../../dist/peptdeep-1.2.0-py3-none-any.whl[stable]" if [ "$1" == "CPU" ]; then pip install torch -U --extra-index-url https://download.pytorch.org/whl/cpu diff --git a/release/one_click_macos_gui/Info.plist b/release/one_click_macos_gui/Info.plist index 02431ea7..e2acee29 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 - peptdeep.1.1.9 + peptdeep.1.2.0 CFBundleShortVersionString - 1.1.9 + 1.2.0 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 5aa64fa8..74933f6c 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/peptdeep-1.1.9-py3-none-any.whl[stable]" +pip install "../../dist/peptdeep-1.2.0-py3-none-any.whl[stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller @@ -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/peptdeep --identifier de.mpg.biochem.peptdeep.app --version 1.1.9 --install-location /Applications/peptdeep.app --scripts scripts peptdeep.pkg +pkgbuild --root dist/peptdeep --identifier de.mpg.biochem.peptdeep.app --version 1.2.0 --install-location /Applications/peptdeep.app --scripts scripts peptdeep.pkg productbuild --distribution distribution.xml --resources Resources --package-path peptdeep.pkg dist/peptdeep_gui_installer_macos.pkg diff --git a/release/one_click_macos_gui/distribution.xml b/release/one_click_macos_gui/distribution.xml index 51aafd49..e7ba4907 100644 --- a/release/one_click_macos_gui/distribution.xml +++ b/release/one_click_macos_gui/distribution.xml @@ -1,6 +1,6 @@ - peptdeep 1.1.9 + peptdeep 1.2.0 diff --git a/release/one_click_windows_gui/create_installer_windows.sh b/release/one_click_windows_gui/create_installer_windows.sh index 4487b459..79a4300b 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/peptdeep-1.1.9-py3-none-any.whl[stable]" +pip install "../../dist/peptdeep-1.2.0-py3-none-any.whl[stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller diff --git a/release/one_click_windows_gui/peptdeep_innoinstaller.iss b/release/one_click_windows_gui/peptdeep_innoinstaller.iss index 00abcb49..80bcc869 100644 --- a/release/one_click_windows_gui/peptdeep_innoinstaller.iss +++ b/release/one_click_windows_gui/peptdeep_innoinstaller.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "peptdeep" -#define MyAppVersion "1.1.9" +#define MyAppVersion "1.2.0" #define MyAppPublisher "Max Planck Institute of Biochemistry and the University of Copenhagen, Mann Labs" #define MyAppURL "https://github.com/MannLabs/peptdeep" #define MyAppExeName "peptdeep_gui.exe"