From bf063608fedaf36772ddb4c88600f5f3f811ddae Mon Sep 17 00:00:00 2001 From: PatriciaSkowronek Date: Fri, 12 Aug 2022 16:50:12 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.17=20=E2=86=92=200.0.18?= 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 0bd4d18..095a31f 100644 --- a/misc/bumpversion.cfg +++ b/misc/bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.17 +current_version = 0.0.18 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 f68833b..bf1943f 100644 --- a/pydiaid/__init__.py +++ b/pydiaid/__init__.py @@ -2,7 +2,7 @@ __project__ = "pydiaid" -__version__ = "0.0.17" +__version__ = "0.0.18" __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 bd4d11c..fcae235 100644 --- a/release/one_click_linux_gui/control +++ b/release/one_click_linux_gui/control @@ -1,5 +1,5 @@ Package: pydiaid -Version: 0.0.17 +Version: 0.0.18 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 955fb80..f994afe 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.17-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.18-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 c6f87d4..067e8df 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.17 + pydiaid.0.0.18 CFBundleShortVersionString - 0.0.17 + 0.0.18 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 37df884..428b94f 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.17-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.18-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 cbb615a..1b5e280 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.17 + py_diAID 0.0.18 diff --git a/release/one_click_windows_gui/create_installer_windows.sh b/release/one_click_windows_gui/create_installer_windows.sh index 9bc0574..f896405 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.17-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.18-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 1d07f85..4b237f7 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.17" +#define MyAppVersion "0.0.18" #define MyAppPublisher "Max Planck Institute of Biochemistry, Mann Labs" #define MyAppURL "https://github.com/MannLabs/pydiaid" #define MyAppExeName "pydiaid_gui.exe"