We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72180c1 + 779a377 commit f178c46Copy full SHA for f178c46
2 files changed
src/vip_client/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
10
# Informations
11
-__version__ = "0.1.6"
+__version__ = "0.1.8"
12
__license__ = "CECILL-B"
13
14
from vip_client.classes import VipSession
src/vip_client/classes/VipLauncher.py
@@ -50,7 +50,7 @@ class VipLauncher():
50
# Default file name to save session properties
51
_SAVE_FILE = "session_data.json"
52
# Vip portal
53
- _VIP_PORTAL = "https://vip.creatis.insa-lyon.fr/"
+ _VIP_PORTAL = "https://vip.creatis.insa-lyon.fr"
54
# Mail address for support
55
_VIP_SUPPORT = "vip-support@creatis.insa-lyon.fr"
56
# Regular expression for invalid characters (i.e. all except valid characters)
0 commit comments