Skip to content

Commit 2365951

Browse files
authored
Merge pull request #111 from MannLabs/bump_minor_from_0.1.9-dev0-prepare-next-version
[VERSION] Bump version to 0.2.1-dev0 (merge after release)
2 parents bcf4e41 + 4a9f855 commit 2365951

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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 = "0.2.0"
2+
current_version = "0.2.1-dev0"
33
parse = """(?x)
44
(?P<major>0|[1-9]\\d*)\\.
55
(?P<minor>0|[1-9]\\d*)\\.

alphaquant/__init__.py

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

33

44
__project__ = "alphaquant"
5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1-dev0"
66
__license__ = "Apache"
77
__description__ = "An open-source Python package of the AlphaPept ecosystem"
88
__author__ = "Mann Labs"

release/linux/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: alphaquant
2-
Version: 0.2.0
2+
Version: 0.2.1-dev0
33
Architecture: all
44
Maintainer: Mann Labs <[email protected]>
55
Description: alphaquant

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>alphaquant.0.2.0</string>
12+
<string>alphaquant.0.2.1-dev0</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.2.0</string>
14+
<string>0.2.1-dev0</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
1717
<key>CFBundleName</key>

release/macos/build_package_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ echo "Resources successfully downloaded and extracted"
108108

109109
chmod 777 release/macos/scripts/*
110110

111-
pkgbuild --root dist_pyinstaller/${PACKAGE_NAME} --identifier de.mpg.biochem.${PACKAGE_NAME}.app --version 0.2.0 --install-location /Applications/${PACKAGE_NAME}.app --scripts release/macos/scripts ${PACKAGE_NAME}.pkg
111+
pkgbuild --root dist_pyinstaller/${PACKAGE_NAME} --identifier de.mpg.biochem.${PACKAGE_NAME}.app --version 0.2.1-dev0 --install-location /Applications/${PACKAGE_NAME}.app --scripts release/macos/scripts ${PACKAGE_NAME}.pkg
112112
productbuild --distribution release/macos/distribution.xml --resources release/macos/Resources --package-path ${PACKAGE_NAME}.pkg ${BUILD_NAME}.pkg

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>alphaquant 0.2.0</title>
3+
<title>alphaquant 0.2.1-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" />

release/windows/alphaquant_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 "alphaquant"
8-
#define MyAppVersion "0.2.0"
8+
#define MyAppVersion "0.2.1-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"

0 commit comments

Comments
 (0)