File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 1.0.10-dev0 "
2+ current_version = " 1.0.10"
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__ = "alphatims"
5- __version__ = "1.0.10-dev0 "
5+ __version__ = "1.0.10"
66__license__ = "Apache"
77__description__ = "A Python package to index Bruker TimsTOF raw data for fast and easy accession and visualization"
88__author__ = "Sander Willems, Eugenia Voytik"
Original file line number Diff line number Diff line change 11Package: alphatims
2- Version: 1.0.10-dev0
2+ Version: 1.0.10
33Architecture: all
44Maintainer: Mann Labs <
[email protected] >
55Description: AlphaTims GUI
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 >alphatims.1.0.10-dev0 </string >
12+ <string >alphatims.1.0.10 </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >1.0.10-dev0 </string >
14+ <string >1.0.10 </string >
1515 <key >CFBundleInfoDictionaryVersion </key >
1616 <string >6.0 </string >
1717 <key >CFBundleName </key >
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 >AlphaTims 1.0.10-dev0 </title >
3+ <title >AlphaTims 1.0.10</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 " AlphaTims"
8- #define MyAppVersion " 1.0.10-dev0 "
8+ #define MyAppVersion " 1.0.10"
99#define MyAppPublisher " Max Planck Institute of Biochemistry, Mann department"
1010#define MyAppURL " https://github.com/MannLabs/alphatims"
1111#define MyAppExeName " alphatims_gui.exe"
You can’t perform that action at this time.
0 commit comments