Skip to content

Commit 912299b

Browse files
v0_2_3
1 parent 078092b commit 912299b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2
4+
AppVersion=0.2.3
55
DefaultDirName={pf}\Picasso
66
DefaultGroupName=Picasso
77
OutputBaseFilename="Picasso-Windows-64bit"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(
44
name="picasso",
5-
version="0.2.2",
5+
version="0.2.3",
66
author="Joerg Schnitzbauer, Maximilian T. Strauss",
77
author_email=(
88
"joschnitzbauer (at) gmail.com, straussmaximilian (at) gmail.com"
99
),
10-
url="https://gitlab.com/jungmannlab/picasso",
10+
url="https://github.com/jungmannlab/picasso",
1111
packages=["picasso", "picasso.gui"],
1212
classifiers=[
1313
"Programming Language :: Python",

0 commit comments

Comments
 (0)