Index: DamClients/DamPythonInterface/branches/21.1/src/tests/test_dampythonframework.py =================================================================== diff -u -r3543 -r3548 --- DamClients/DamPythonInterface/branches/21.1/src/tests/test_dampythonframework.py (.../test_dampythonframework.py) (revision 3543) +++ DamClients/DamPythonInterface/branches/21.1/src/tests/test_dampythonframework.py (.../test_dampythonframework.py) (revision 3548) @@ -32,7 +32,7 @@ class TestDamPythonInterface: @pytest.mark.acceptance def test_version(self): - assert __version__ == "0.1.0" + assert __version__ == "21.1.500" @pytest.mark.unittest def test_imports(self):