Skip to content

Commit 358aa71

Browse files
authored
Merge pull request #294 from MannLabs/bump_patch_from_1.0.9-dev0
[VERSION] Bump version to 1.0.9
2 parents bd4aee5 + 85ab24a commit 358aa71

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.0.9-dev0"
2+
current_version = "1.0.9"
33
parse = """(?x)
44
(?P<major>0|[1-9]\\d*)\\.
55
(?P<minor>0|[1-9]\\d*)\\.

alphatims/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
__project__ = "alphatims"
5-
__version__ = "1.0.9-dev0"
5+
__version__ = "1.0.9"
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"

release/linux/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: alphatims
2-
Version: 1.0.9-dev0
2+
Version: 1.0.9
33
Architecture: all
44
Maintainer: Mann Labs <opensource@alphapept.com>
55
Description: AlphaTims GUI

release/macos/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>alpha_logo.icns</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>alphatims.1.0.9-dev0</string>
12+
<string>alphatims.1.0.9</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>1.0.9-dev0</string>
14+
<string>1.0.9</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleName</key>

release/macos/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>AlphaTims 1.0.9-dev0</title>
3+
<title>AlphaTims 1.0.9</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" />

release/windows/alphatims_innoinstaller.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
; so all paths are given relative to the location of this .iss file.
66

77
#define MyAppName "AlphaTims"
8-
#define MyAppVersion "1.0.9-dev0"
8+
#define MyAppVersion "1.0.9"
99
#define MyAppPublisher "Max Planck Institute of Biochemistry, Mann department"
1010
#define MyAppURL "https://github.com/MannLabs/alphatims"
1111
#define MyAppExeName "alphatims_gui.exe"

0 commit comments

Comments
 (0)