Skip to content

Commit 3992743

Browse files
New version for publishing (#38)
1 parent deae8f7 commit 3992743

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.6a1"
11+
__version__ = "0.1.6"
1212
__license__ = "CECILL-B"
1313

1414
from vip_client.classes import VipSession

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Test Suite for VIP Pyhton Client
22

3-
This is an unfinished work proposing test scripts for `VipLauncher` and `VipSession` using `unittest`.
3+
This is an unfinished work proposing test scripts for VipLauncher, VipCI and VipSession using pytest. It also tests low-level client functions.

0 commit comments

Comments
 (0)