From c34510eda0f32cc2c30e89a4f04da282ba874f19 Mon Sep 17 00:00:00 2001 From: ClappeB-Ansys Date: Tue, 5 Nov 2024 18:27:02 +0100 Subject: [PATCH] build: add 25.2 handling in version --- src/ansys/dpf/core/_version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansys/dpf/core/_version.py b/src/ansys/dpf/core/_version.py index 77687af6f0e..37236517dd1 100644 --- a/src/ansys/dpf/core/_version.py +++ b/src/ansys/dpf/core/_version.py @@ -43,6 +43,7 @@ class ServerToAnsysVersion: "8.2": "2024R2", "9.0": "2025R1", "9.1": "2025R1", + "10.0": "2025R2", } def __getitem__(self, item):