diff --git a/misc/bumpversion.cfg b/misc/bumpversion.cfg index c5aecb3..c297166 100644 --- a/misc/bumpversion.cfg +++ b/misc/bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.21 +current_version = 0.0.22 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 5e664b5..60a8065 100644 --- a/pydiaid/__init__.py +++ b/pydiaid/__init__.py @@ -2,7 +2,7 @@ __project__ = "pydiaid" -__version__ = "0.0.21" +__version__ = "0.0.22" __license__ = "Apache" __description__ = "An open-source Python package of the AlphaPept ecosystem" __author__ = "Mann Labs" diff --git a/release/one_click_linux_gui/control b/release/one_click_linux_gui/control index 556939f..a015676 100644 --- a/release/one_click_linux_gui/control +++ b/release/one_click_linux_gui/control @@ -1,5 +1,5 @@ Package: pydiaid -Version: 0.0.21 +Version: 0.0.22 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 c13a307..ad18df9 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.21-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.22-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 e433c73..38c293b 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.21 + pydiaid.0.0.22 CFBundleShortVersionString - 0.0.21 + 0.0.22 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 999165c..b8ffc2b 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.21-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.22-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 28d13e4..831a9f1 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.21 + py_diAID 0.0.22 diff --git a/release/one_click_windows_gui/create_installer_windows.sh b/release/one_click_windows_gui/create_installer_windows.sh index fa3eb3a..ca84d7d 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.21-py3-none-any.whl[stable]" +pip install "../../dist/pydiaid-0.0.22-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 b6cbf6a..dd608f6 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.21" +#define MyAppVersion "0.0.22" #define MyAppPublisher "Max Planck Institute of Biochemistry, Mann Labs" #define MyAppURL "https://github.com/MannLabs/pydiaid" #define MyAppExeName "pydiaid_gui.exe"