Skip to content

Commit f178c46

Browse files
committed
merge conflict
2 parents 72180c1 + 779a377 commit f178c46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/vip_client/__init__.py

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

1010
# Informations
11-
__version__ = "0.1.6"
11+
__version__ = "0.1.8"
1212
__license__ = "CECILL-B"
1313

1414
from vip_client.classes import VipSession

src/vip_client/classes/VipLauncher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class VipLauncher():
5050
# Default file name to save session properties
5151
_SAVE_FILE = "session_data.json"
5252
# Vip portal
53-
_VIP_PORTAL = "https://vip.creatis.insa-lyon.fr/"
53+
_VIP_PORTAL = "https://vip.creatis.insa-lyon.fr"
5454
# Mail address for support
5555
_VIP_SUPPORT = "vip-support@creatis.insa-lyon.fr"
5656
# Regular expression for invalid characters (i.e. all except valid characters)

0 commit comments

Comments
 (0)