Skip to content

Commit d4e6395

Browse files
authored
Merge pull request #72 from MannLabs/bump_patch_from_0.3.2-dev0-prepare-next-version
[VERSION] Bump version to 0.3.3-dev0 (merge after release)
2 parents 048c468 + 545be38 commit d4e6395

File tree

8 files changed

+9
-9
lines changed

8 files changed

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

directlfq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.3.3-dev0"

release/linux/control

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

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>directlfq.0.3.2</string>
12+
<string>directlfq.0.3.3-dev0</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.3.2</string>
14+
<string>0.3.3-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
@@ -30,5 +30,5 @@ cd -
3030

3131
chmod 777 release/macos/scripts/*
3232

33-
pkgbuild --root dist_pyinstaller/${PACKAGE_NAME} --identifier de.mpg.biochem.${PACKAGE_NAME}.app --version 0.3.2 --install-location /Applications/${PACKAGE_NAME}.app --scripts release/macos/scripts ${PACKAGE_NAME}.pkg
33+
pkgbuild --root dist_pyinstaller/${PACKAGE_NAME} --identifier de.mpg.biochem.${PACKAGE_NAME}.app --version 0.3.3-dev0 --install-location /Applications/${PACKAGE_NAME}.app --scripts release/macos/scripts ${PACKAGE_NAME}.pkg
3434
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>directlfq 0.3.2</title>
3+
<title>directlfq 0.3.3-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/directlfq_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 "directlfq"
8-
#define MyAppVersion "0.3.2"
8+
#define MyAppVersion "0.3.3-dev0"
99
#define MyAppPublisher "Max Planck Institute of Biochemistry and the University of Copenhagen, Mann Labs"
1010
#define MyAppURL "https://github.com/MannLabs/directlfq"
1111
#define MyAppExeName "directlfq_gui.exe"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author = Constantin Ammar
1313
author_email = constantin.ammar@gmail.com
1414
copyright = fast.ai
1515
branch = master
16-
version = 0.3.2
16+
version = 0.3.3-dev0
1717
min_python = 3.6
1818
audience = Developers
1919
language = English

0 commit comments

Comments
 (0)