Index: DamClients/DamPythonInterface/trunk/src/tests/test_dampythonframework.py =================================================================== diff -u -r3539 -r3547 --- DamClients/DamPythonInterface/trunk/src/tests/test_dampythonframework.py (.../test_dampythonframework.py) (revision 3539) +++ DamClients/DamPythonInterface/trunk/src/tests/test_dampythonframework.py (.../test_dampythonframework.py) (revision 3547) @@ -32,7 +32,7 @@ class TestDamPythonInterface: @pytest.mark.acceptance def test_version(self): - assert __version__ == "0.1.0" + assert __version__ == "21.1.0" @pytest.mark.unittest def test_imports(self):