From 76e7e5d7cd42f257dcb6c3f5b9273cc2882c7b50 Mon Sep 17 00:00:00 2001 From: elena-krismer Date: Mon, 15 May 2023 11:33:18 +0200 Subject: [PATCH] bumpverson 0.5.3 -> 0.5.4 --- .bumpversion.cfg | 2 +- HISTORY.md | 3 +++ alphastats/__init__.py | 2 +- docs/conf.py | 2 +- docs/requirements_docs.txt | 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/alphastats_innoinstaller.iss | 2 +- release/one_click_windows_gui/create_installer_windows.sh | 2 +- setup.py | 2 +- 13 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ee54647a..76470e8d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.3 +current_version = 0.5.4 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/HISTORY.md b/HISTORY.md index 8a8ce005..96f84ec5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # Changelog +# 0.5.4 +* FIX altair version - binning of streamlit version + # 0.5.3 * FIX FragPipe loading issue diff --git a/alphastats/__init__.py b/alphastats/__init__.py index 79c82634..2293be32 100644 --- a/alphastats/__init__.py +++ b/alphastats/__init__.py @@ -1,5 +1,5 @@ __project__ = "alphastats" -__version__ = "0.5.3" +__version__ = "0.5.4" __license__ = "Apache" __description__ = "An open-source Python package for Mass Spectrometry Analysis" __author__ = "Mann Labs" diff --git a/docs/conf.py b/docs/conf.py index 66dbcea2..9e4f9fde 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Elena Krismer" # The full version, including alpha/beta/rc tags -release = "0.5.3" +release = "0.5.4" # -- General configuration --------------------------------------------------- diff --git a/docs/requirements_docs.txt b/docs/requirements_docs.txt index 26c78e56..4dda840f 100644 --- a/docs/requirements_docs.txt +++ b/docs/requirements_docs.txt @@ -1,4 +1,4 @@ -alphastats==0.5.3 +alphastats==0.5.4 altair==4.2.0 anndata==0.8.0 attrs==22.1.0 diff --git a/release/one_click_linux_gui/control b/release/one_click_linux_gui/control index 2b45cc8c..81efc354 100644 --- a/release/one_click_linux_gui/control +++ b/release/one_click_linux_gui/control @@ -1,5 +1,5 @@ Package: alphastats -Version: 0.5.3 +Version: 0.5.4 Architecture: all Maintainer: MannLabs Description: alphastats diff --git a/release/one_click_linux_gui/create_installer_linux.sh b/release/one_click_linux_gui/create_installer_linux.sh index 3cd86d59..7b236618 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/alphastats-0.5.3-py3-none-any.whl" +pip install "../../dist/alphastats-0.5.4-py3-none-any.whl" # Creating the stand-alone pyinstaller folder pip install pyinstaller==5.8 diff --git a/release/one_click_macos_gui/Info.plist b/release/one_click_macos_gui/Info.plist index 191b18cf..3d71ae67 100644 --- a/release/one_click_macos_gui/Info.plist +++ b/release/one_click_macos_gui/Info.plist @@ -9,9 +9,9 @@ CFBundleIconFile alphapeptstats_logo.icns CFBundleIdentifier - alphastats.0.5.3 + alphastats.0.5.4 CFBundleShortVersionString - 0.5.3 + 0.5.4 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 9ca082fc..20f11e67 100755 --- 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/alphastats-0.5.3-py3-none-any.whl" +pip install "../../dist/alphastats-0.5.4-py3-none-any.whl" # Creating the stand-alone pyinstaller folder pip install pyinstaller==5.8 diff --git a/release/one_click_macos_gui/distribution.xml b/release/one_click_macos_gui/distribution.xml index f5198c13..347598e1 100644 --- a/release/one_click_macos_gui/distribution.xml +++ b/release/one_click_macos_gui/distribution.xml @@ -1,6 +1,6 @@ - AlphaPeptStats 0.5.3 + AlphaPeptStats 0.5.4 diff --git a/release/one_click_windows_gui/alphastats_innoinstaller.iss b/release/one_click_windows_gui/alphastats_innoinstaller.iss index 64e2949a..20680e08 100644 --- a/release/one_click_windows_gui/alphastats_innoinstaller.iss +++ b/release/one_click_windows_gui/alphastats_innoinstaller.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "AlphaPeptStats" -#define MyAppVersion "0.5.3" +#define MyAppVersion "0.5.4" #define MyAppPublisher "MannLabs" #define MyAppURL "https://github.com/MannLabs/alphapeptstats" #define MyAppExeName "alphastats_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 182e41c5..bae84ab3 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/alphastats-0.5.3-py3-none-any.whl" +pip install "../../dist/alphastats-0.5.4-py3-none-any.whl" # Creating the stand-alone pyinstaller folder pip install pyinstaller==5.8 diff --git a/setup.py b/setup.py index 5aa9eecc..c3f7be25 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def create_pip_wheel(): requirements = get_requirements() setuptools.setup( name="alphastats", - version="0.5.3", + version="0.5.4", license="Apache", description="An open-source Python package for Mass Spectrometry Analysis", long_description=get_long_description(),