Skip to content

Commit 2976448

Browse files
Merge pull request #188 from MannLabs/fix_altair_version
streamlit 1.22
2 parents ea56fb3 + 76e7e5d commit 2976448

File tree

14 files changed

+17
-14
lines changed

14 files changed

+17
-14
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.3
2+
current_version = 0.5.4
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# 0.5.4
4+
* FIX altair version - binning of streamlit version
5+
36
# 0.5.3
47
* FIX FragPipe loading issue
58

alphastats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__project__ = "alphastats"
2-
__version__ = "0.5.3"
2+
__version__ = "0.5.4"
33
__license__ = "Apache"
44
__description__ = "An open-source Python package for Mass Spectrometry Analysis"
55
__author__ = "Mann Labs"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Elena Krismer"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.5.3"
26+
release = "0.5.4"
2727

2828

2929
# -- General configuration ---------------------------------------------------

docs/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
alphastats==0.5.3
1+
alphastats==0.5.4
22
altair==4.2.0
33
anndata==0.8.0
44
attrs==22.1.0

release/one_click_linux_gui/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: alphastats
2-
Version: 0.5.3
2+
Version: 0.5.4
33
Architecture: all
44
Maintainer: MannLabs
55
Description: alphastats

release/one_click_linux_gui/create_installer_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python setup.py sdist bdist_wheel
1717
# Setting up the local package
1818
cd release/one_click_linux_gui
1919
# Make sure you include the required extra packages and always use the stable or very-stable options!
20-
pip install "../../dist/alphastats-0.5.3-py3-none-any.whl"
20+
pip install "../../dist/alphastats-0.5.4-py3-none-any.whl"
2121

2222
# Creating the stand-alone pyinstaller folder
2323
pip install pyinstaller==5.8

release/one_click_macos_gui/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<key>CFBundleIconFile</key>
1010
<string>alphapeptstats_logo.icns</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>alphastats.0.5.3</string>
12+
<string>alphastats.0.5.4</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.5.3</string>
14+
<string>0.5.4</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleName</key>

release/one_click_macos_gui/create_installer_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python setup.py sdist bdist_wheel
2020

2121
# Setting up the local package
2222
cd release/one_click_macos_gui
23-
pip install "../../dist/alphastats-0.5.3-py3-none-any.whl"
23+
pip install "../../dist/alphastats-0.5.4-py3-none-any.whl"
2424

2525
# Creating the stand-alone pyinstaller folder
2626
pip install pyinstaller==5.8

release/one_click_macos_gui/distribution.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<installer-script minSpecVersion="1.000000">
3-
<title>AlphaPeptStats 0.5.3</title>
3+
<title>AlphaPeptStats 0.5.4</title>
44
<background mime-type="image/png" file="alphapeptstats_logo.png" scaling="proportional"/>
55
<welcome file="welcome.html" mime-type="text/html" />
66
<conclusion file="conclusion.html" mime-type="text/html" />

release/one_click_windows_gui/alphastats_innoinstaller.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "AlphaPeptStats"
5-
#define MyAppVersion "0.5.3"
5+
#define MyAppVersion "0.5.4"
66
#define MyAppPublisher "MannLabs"
77
#define MyAppURL "https://github.com/MannLabs/alphapeptstats"
88
#define MyAppExeName "alphastats_gui.exe"

release/one_click_windows_gui/create_installer_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python setup.py sdist bdist_wheel
1717
# Setting up the local package
1818
cd release/one_click_windows_gui
1919
# Make sure you include the required extra packages and always use the stable or very-stable options!
20-
pip install "../../dist/alphastats-0.5.3-py3-none-any.whl"
20+
pip install "../../dist/alphastats-0.5.4-py3-none-any.whl"
2121

2222
# Creating the stand-alone pyinstaller folder
2323
pip install pyinstaller==5.8

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tqdm>=4.64.0
1111
diffxpy==0.7.4
1212
anndata==0.8.0
1313
umap-learn==0.5.3
14-
streamlit==1.19.0
14+
streamlit==1.22.0
1515
tables==3.7.0
1616
numpy==1.23.5
1717
numba==0.56.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def create_pip_wheel():
2525
requirements = get_requirements()
2626
setuptools.setup(
2727
name="alphastats",
28-
version="0.5.3",
28+
version="0.5.4",
2929
license="Apache",
3030
description="An open-source Python package for Mass Spectrometry Analysis",
3131
long_description=get_long_description(),

0 commit comments

Comments
 (0)