File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.3.1 "
2+ current_version = " 0.3.2-dev0 "
33parse = """ (?x)
44 (?P<major>0|[1-9]\\ d*)\\ .
55 (?P<minor>0|[1-9]\\ d*)\\ .
Original file line number Diff line number Diff line change 22
33
44__project__ = "alphaquant"
5- __version__ = "0.3.1 "
5+ __version__ = "0.3.2-dev0 "
66__license__ = "Apache"
77__description__ = "An open-source Python package of the AlphaPept ecosystem"
88__author__ = "Mann Labs"
Original file line number Diff line number Diff line change 11Package: alphaquant
2- Version: 0.3.1
2+ Version: 0.3.2-dev0
33Architecture: all
44Maintainer: Mann Labs <opensource@alphapept.com>
55Description: alphaquant
Original file line number Diff line number Diff line change 99 <key >CFBundleIconFile </key >
1010 <string >alpha_logo.icns </string >
1111 <key >CFBundleIdentifier </key >
12- <string >alphaquant.0.3.1 </string >
12+ <string >alphaquant.0.3.2-dev0 </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >0.3.1 </string >
14+ <string >0.3.2-dev0 </string >
1515 <key >CFBundleInfoDictionaryVersion </key >
1616 <string >6.0 </string >
1717 <key >CFBundleName </key >
Original file line number Diff line number Diff line change @@ -138,5 +138,5 @@ echo " - human_uniprot_reviewed_phos_prob.tsv: OK"
138138
139139chmod 777 release/macos/scripts/*
140140
141- pkgbuild --root dist_pyinstaller/${PACKAGE_NAME} --identifier de.mpg.biochem.${PACKAGE_NAME} .app --version 0.3.1 --install-location /Applications/${PACKAGE_NAME} .app --scripts release/macos/scripts ${PACKAGE_NAME} .pkg
141+ pkgbuild --root dist_pyinstaller/${PACKAGE_NAME} --identifier de.mpg.biochem.${PACKAGE_NAME} .app --version 0.3.2-dev0 --install-location /Applications/${PACKAGE_NAME} .app --scripts release/macos/scripts ${PACKAGE_NAME} .pkg
142142productbuild --distribution release/macos/distribution.xml --resources release/macos/Resources --package-path ${PACKAGE_NAME} .pkg ${BUILD_NAME} .pkg
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" standalone =" no" ?>
22<installer-script minSpecVersion =" 1.000000" >
3- <title >alphaquant 0.3.1 </title >
3+ <title >alphaquant 0.3.2-dev0 </title >
44 <background mime-type =" image/png" file =" alpha_logo.png" scaling =" proportional" />
55 <welcome file =" welcome.html" mime-type =" text/html" />
66 <conclusion file =" conclusion.html" mime-type =" text/html" />
Original file line number Diff line number Diff line change 55; so all paths are given relative to the location of this .iss file.
66
77#define MyAppName " alphaquant"
8- #define MyAppVersion " 0.3.1 "
8+ #define MyAppVersion " 0.3.2-dev0 "
99#define MyAppPublisher " Max Planck Institute of Biochemistry and the University of Copenhagen, Mann Labs"
1010#define MyAppURL " https://github.com/MannLabs/alphaquant"
1111#define MyAppExeName " alphaquant_gui.exe"
You can’t perform that action at this time.
0 commit comments