Skip to content

Commit 2916b8b

Browse files
Bump version: 0.6.8 → 0.6.9
1 parent 6b71929 commit 2916b8b

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.8
2+
current_version = 0.6.9
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

distribution/picasso.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
AppName=Picasso
33
AppPublisher=Jungmann Lab, Max Planck Institute of Biochemistry
44

5-
AppVersion=0.6.8
5+
AppVersion=0.6.9
66
DefaultDirName={commonpf}\Picasso
77
DefaultGroupName=Picasso
8-
OutputBaseFilename="Picasso-Windows-64bit-0.6.8"
8+
OutputBaseFilename="Picasso-Windows-64bit-0.6.9"
99
ArchitecturesAllowed=x64
1010
ArchitecturesInstallIn64BitMode=x64
1111

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "0.6.8"
29+
release = "0.6.9"
3030

3131
# -- General configuration ---------------------------------------------------
3232

picasso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os.path as _ospath
99
import yaml as _yaml
1010

11-
__version__ = "0.6.8"
11+
__version__ = "0.6.9"
1212

1313
_this_file = _ospath.abspath(__file__)
1414
_this_dir = _ospath.dirname(_this_file)

picasso/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NO = "0.6.8"
1+
VERSION_NO = "0.6.9"

release/one_click_windows_gui/create_installer_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ call conda activate picasso_installer
1111
call python setup.py sdist bdist_wheel
1212

1313
call cd release/one_click_windows_gui
14-
call pip install "../../dist/picassosr-0.6.8-py3-none-any.whl"
14+
call pip install "../../dist/picassosr-0.6.9-py3-none-any.whl"
1515

1616
call pip install pyinstaller==5.7
1717
call pyinstaller ../pyinstaller/picasso.spec -y --clean

release/one_click_windows_gui/picasso_innoinstaller.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[Setup]
22
AppName=Picasso
33
AppPublisher=Jungmann Lab, Max Planck Institute of Biochemistry
4-
AppVersion=0.6.8
4+
AppVersion=0.6.9
55
DefaultDirName={commonpf}\Picasso
66
DefaultGroupName=Picasso
7-
OutputBaseFilename="Picasso-Windows-64bit-0.6.8"
7+
OutputBaseFilename="Picasso-Windows-64bit-0.6.9"
88
ArchitecturesAllowed=x64
99
ArchitecturesInstallIn64BitMode=x64
1010

setup.py

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

99
setup(
1010
name="picassosr",
11-
version="0.6.8",
11+
version="0.6.9",
1212
author="Joerg Schnitzbauer, Maximilian T. Strauss, Rafal Kowalewski",
1313
author_email=("joschnitzbauer@gmail.com, straussmaximilian@gmail.com, rafalkowalewski998@gmail.com"),
1414
url="https://github.com/jungmannlab/picasso",

0 commit comments

Comments
 (0)