From 7f75b2972d86e2651c03671a177fd30cee7e2423 Mon Sep 17 00:00:00 2001 From: elena-krismer Date: Mon, 12 Jun 2023 19:14:52 +0200 Subject: [PATCH] bumpversion 0.6.0 -> 0.6.1 --- .bumpversion.cfg | 2 +- HISTORY.md | 2 ++ 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 | 2 +- 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, 14 insertions(+), 12 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 327c56e4..0448c4e5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 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 2c1747ca..af37ad01 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,6 @@ # Changelog +# 0.6.1 +* FIX data loading # 0.6.0 * ADD mzTAB support * ENH color Volcano Plot data points using list of protein names `color_list=your_protein_list` diff --git a/alphastats/__init__.py b/alphastats/__init__.py index a76c83f9..be1fa152 100644 --- a/alphastats/__init__.py +++ b/alphastats/__init__.py @@ -1,5 +1,5 @@ __project__ = "alphastats" -__version__ = "0.6.0" +__version__ = "0.6.1" __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 ff40ec48..be31e1f2 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.6.0" +release = "0.6.1" # -- General configuration --------------------------------------------------- diff --git a/docs/requirements_docs.txt b/docs/requirements_docs.txt index fff278db..96ca95a9 100644 --- a/docs/requirements_docs.txt +++ b/docs/requirements_docs.txt @@ -1,4 +1,4 @@ -alphastats==0.6.0 +alphastats==0.6.1 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 293b04b1..e0622975 100644 --- a/release/one_click_linux_gui/control +++ b/release/one_click_linux_gui/control @@ -1,5 +1,5 @@ Package: alphastats -Version: 0.6.0 +Version: 0.6.1 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 9147c4ed..8b519857 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.6.0-py3-none-any.whl" +pip install "../../dist/alphastats-0.6.1-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 20a7756d..4ff955e0 100644 --- a/release/one_click_macos_gui/Info.plist +++ b/release/one_click_macos_gui/Info.plist @@ -9,7 +9,7 @@ CFBundleIconFile alphapeptstats_logo.icns CFBundleIdentifier - alphastats.0.6.0 + alphastats.0.6.1 CFBundleShortVersionString 0.6.0 CFBundleInfoDictionaryVersion diff --git a/release/one_click_macos_gui/create_installer_macos.sh b/release/one_click_macos_gui/create_installer_macos.sh index a349dea1..78cad8d2 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.6.0-py3-none-any.whl" +pip install "../../dist/alphastats-0.6.1-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 7213df52..6999f6fb 100644 --- a/release/one_click_macos_gui/distribution.xml +++ b/release/one_click_macos_gui/distribution.xml @@ -1,6 +1,6 @@ - AlphaPeptStats 0.6.0 + AlphaPeptStats 0.6.1 diff --git a/release/one_click_windows_gui/alphastats_innoinstaller.iss b/release/one_click_windows_gui/alphastats_innoinstaller.iss index 5136c2ac..76a74e81 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.6.0" +#define MyAppVersion "0.6.1" #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 a90a4cb3..09e65279 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.6.0-py3-none-any.whl" +pip install "../../dist/alphastats-0.6.1-py3-none-any.whl" # Creating the stand-alone pyinstaller folder pip install pyinstaller==5.8 diff --git a/setup.py b/setup.py index d58ab9be..a55caee8 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def create_pip_wheel(): requirements = get_requirements() setuptools.setup( name="alphastats", - version="0.6.0", + version="0.6.1", license="Apache", description="An open-source Python package for Mass Spectrometry Analysis", long_description=get_long_description(),