Skip to content

Commit c5547eb

Browse files
Bump version: 0.3.2 → 0.3.3
1 parent 4c98cc7 commit c5547eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3.2
2+
current_version = 0.3.3
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
@@ -1,10 +1,10 @@
11
[Setup]
22
AppName=Picasso
33
AppPublisher=Jungmann Lab, Max Planck Institute of Biochemistry
4-
AppVersion=0.3.2
4+
AppVersion=0.3.3
55
DefaultDirName={pf}\Picasso
66
DefaultGroupName=Picasso
7-
OutputBaseFilename="Picasso-Windows-64bit-0.3.2"
7+
OutputBaseFilename="Picasso-Windows-64bit-0.3.3"
88
ArchitecturesAllowed=x64
99
ArchitecturesInstallIn64BitMode=x64
1010

setup.py

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

33
setup(
44
name="picasso",
5-
version="0.3.2",
5+
version="0.3.3",
66
author="Joerg Schnitzbauer, Maximilian T. Strauss",
77
author_email=(
88
"joschnitzbauer (at) gmail.com, straussmaximilian (at) gmail.com"

0 commit comments

Comments
 (0)