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 1
1
[tool .bumpversion ]
2
- current_version = " 1.0.9-dev0 "
2
+ current_version = " 1.0.9"
3
3
parse = """ (?x)
4
4
(?P<major>0|[1-9]\\ d*)\\ .
5
5
(?P<minor>0|[1-9]\\ d*)\\ .
Original file line number Diff line number Diff line change 2
2
3
3
4
4
__project__ = "alphatims"
5
- __version__ = "1.0.9-dev0 "
5
+ __version__ = "1.0.9"
6
6
__license__ = "Apache"
7
7
__description__ = "A Python package to index Bruker TimsTOF raw data for fast and easy accession and visualization"
8
8
__author__ = "Sander Willems, Eugenia Voytik"
Original file line number Diff line number Diff line change 1
1
Package: alphatims
2
- Version: 1.0.9-dev0
2
+ Version: 1.0.9
3
3
Architecture: all
4
4
Maintainer: Mann Labs <opensource@alphapept.com>
5
5
Description: AlphaTims GUI
Original file line number Diff line number Diff line change 9
9
<key >CFBundleIconFile </key >
10
10
<string >alpha_logo.icns </string >
11
11
<key >CFBundleIdentifier </key >
12
- <string >alphatims.1.0.9-dev0 </string >
12
+ <string >alphatims.1.0.9 </string >
13
13
<key >CFBundleShortVersionString </key >
14
- <string >1.0.9-dev0 </string >
14
+ <string >1.0.9 </string >
15
15
<key >CFBundleInfoDictionaryVersion </key >
16
16
<string >6.0 </string >
17
17
<key >CFBundleName </key >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" standalone =" no" ?>
2
2
<installer-script minSpecVersion =" 1.000000" >
3
- <title >AlphaTims 1.0.9-dev0 </title >
3
+ <title >AlphaTims 1.0.9</title >
4
4
<background mime-type =" image/png" file =" alpha_logo.png" scaling =" proportional" />
5
5
<welcome file =" welcome.html" mime-type =" text/html" />
6
6
<conclusion file =" conclusion.html" mime-type =" text/html" />
Original file line number Diff line number Diff line change 5
5
; so all paths are given relative to the location of this .iss file.
6
6
7
7
#define MyAppName " AlphaTims"
8
- #define MyAppVersion " 1.0.9-dev0 "
8
+ #define MyAppVersion " 1.0.9"
9
9
#define MyAppPublisher " Max Planck Institute of Biochemistry, Mann department"
10
10
#define MyAppURL " https://github.com/MannLabs/alphatims"
11
11
#define MyAppExeName " alphatims_gui.exe"
You can’t perform that action at this time.
0 commit comments