From 2ff5ffc29d645bf0f41f5e00cd992fffb133dc90 Mon Sep 17 00:00:00 2001 From: PatriciaSkowronek Date: Thu, 21 Jul 2022 15:27:08 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.16=20=E2=86=92=200.0.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- misc/bumpversion.cfg | 2 +- pydiaid/__init__.py | 2 +- release/one_click_linux_gui/control | 2 +- release/one_click_linux_gui/create_installer_linux.sh | 2 +- release/one_click_macos_gui/Info.plist | 4 ++-- release/one_click_macos_gui/create_installer_macos.sh | 2 +- release/one_click_macos_gui/distribution.xml | 2 +- release/one_click_windows_gui/create_installer_windows.sh | 2 +- release/one_click_windows_gui/pydiaid_innoinstaller.iss | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/misc/bumpversion.cfg b/misc/bumpversion.cfg index 3fc6512..0bd4d18 100644 --- a/misc/bumpversion.cfg +++ b/misc/bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.16 +current_version = 0.0.17 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/pydiaid/__init__.py b/pydiaid/__init__.py index 9cf2375..f68833b 100644 --- a/pydiaid/__init__.py +++ b/pydiaid/__init__.py @@ -2,7 +2,7 @@ __project__ = "pydiaid" -__version__ = "0.0.16" +__version__ = "0.0.17" __license__ = "Apache" __description__ = "An open-source Python package of the AlphaPept ecosystem" __author__ = "Patricia Skowronek, Sander Willems, Eugenia Voytik" diff --git a/release/one_click_linux_gui/control b/release/one_click_linux_gui/control index dc47242..bd4d11c 100644 --- a/release/one_click_linux_gui/control +++ b/release/one_click_linux_gui/control @@ -1,5 +1,5 @@ Package: pydiaid -Version: 0.0.16 +Version: 0.0.17 Architecture: all Maintainer: Mann Labs Description: py_diAID diff --git a/release/one_click_linux_gui/create_installer_linux.sh b/release/one_click_linux_gui/create_installer_linux.sh index 3940897..955fb80 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/pydiaid-0.0.16-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.17-py3-none-any.whl[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 25d528d..c6f87d4 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 - pydiaid.0.0.16 + pydiaid.0.0.17 CFBundleShortVersionString - 0.0.16 + 0.0.17 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 622402c..37df884 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/pydiaid-0.0.16-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.17-py3-none-any.whl[stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller==4.7 diff --git a/release/one_click_macos_gui/distribution.xml b/release/one_click_macos_gui/distribution.xml index 38b5e10..cbb615a 100644 --- a/release/one_click_macos_gui/distribution.xml +++ b/release/one_click_macos_gui/distribution.xml @@ -1,6 +1,6 @@ - py_diAID 0.0.16 + py_diAID 0.0.17 diff --git a/release/one_click_windows_gui/create_installer_windows.sh b/release/one_click_windows_gui/create_installer_windows.sh index 0db17fa..9bc0574 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/pydiaid-0.0.16-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.17-py3-none-any.whl[stable]" # Creating the stand-alone pyinstaller folder pip install pyinstaller==4.10 diff --git a/release/one_click_windows_gui/pydiaid_innoinstaller.iss b/release/one_click_windows_gui/pydiaid_innoinstaller.iss index 4b480e6..1d07f85 100644 --- a/release/one_click_windows_gui/pydiaid_innoinstaller.iss +++ b/release/one_click_windows_gui/pydiaid_innoinstaller.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "py_diAID" -#define MyAppVersion "0.0.16" +#define MyAppVersion "0.0.17" #define MyAppPublisher "Max Planck Institute of Biochemistry, Mann Labs" #define MyAppURL "https://github.com/MannLabs/pydiaid" #define MyAppExeName "pydiaid_gui.exe"