Index: DamClients/DamPythonInterface/branches/21.1/src/dampythoninterface/__init__.py =================================================================== diff -u -r3544 -r3554 --- DamClients/DamPythonInterface/branches/21.1/src/dampythoninterface/__init__.py (.../__init__.py) (revision 3544) +++ DamClients/DamPythonInterface/branches/21.1/src/dampythoninterface/__init__.py (.../__init__.py) (revision 3554) @@ -20,7 +20,7 @@ # All rights reserved. -__version__ = "21.1.500" +__version__ = "21.1.0" from .input import * from .soil import * from .segment import * Index: DamClients/DamPythonInterface/branches/21.1/src/tests/test_dampythonframework.py =================================================================== diff -u -r3548 -r3554 --- DamClients/DamPythonInterface/branches/21.1/src/tests/test_dampythonframework.py (.../test_dampythonframework.py) (revision 3548) +++ DamClients/DamPythonInterface/branches/21.1/src/tests/test_dampythonframework.py (.../test_dampythonframework.py) (revision 3554) @@ -32,7 +32,7 @@ class TestDamPythonInterface: @pytest.mark.acceptance def test_version(self): - assert __version__ == "21.1.500" + assert __version__ == "21.1.0" @pytest.mark.unittest def test_imports(self): Index: DamClients/DamPythonInterface/branches/21.1/src/pyproject.toml =================================================================== diff -u -r3549 -r3554 --- DamClients/DamPythonInterface/branches/21.1/src/pyproject.toml (.../pyproject.toml) (revision 3549) +++ DamClients/DamPythonInterface/branches/21.1/src/pyproject.toml (.../pyproject.toml) (revision 3554) @@ -1,6 +1,6 @@ [tool.poetry] name = "dampythoninterface" -version = "21.1.500" +version = "21.1.0" description = "Python API that creates DAM xml file." authors = ["EleniSmyrniou "]