Skip to content

Commit 1e2a390

Browse files
v0.2.7
1 parent e40b2ec commit 1e2a390

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

distribution/picasso.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Setup]
22
AppName=Picasso
33
AppPublisher=Jungmann Lab, Max Planck Institute of Biochemistry
4-
AppVersion=0.2.6
4+
AppVersion=0.2.7
55
DefaultDirName={pf}\Picasso
66
DefaultGroupName=Picasso
77
OutputBaseFilename="Picasso-Windows-64bit"

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'Picasso'
23-
copyright = '2018, Maximilian Thomas Strauss'
24-
author = '\Maximilian Thomas Strauss'
23+
copyright = '2019, Maximilian Thomas Strauss'
24+
author = 'Maximilian Thomas Strauss'
2525

2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.2.2'
29+
release = '0.2.7'
3030

3131

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

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.2.6",
5+
version="0.2.7",
66
author="Joerg Schnitzbauer, Maximilian T. Strauss",
77
author_email=(
88
"joschnitzbauer (at) gmail.com, straussmaximilian (at) gmail.com"

0 commit comments

Comments
 (0)