From f497cb00bdb23854cb694c03c9cc71e79dc8e5a7 Mon Sep 17 00:00:00 2001 From: Federico Negri Date: Thu, 8 Jun 2023 11:06:18 +0200 Subject: [PATCH] Bump default Ansys apps version --- ansys/rep/client/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansys/rep/client/__version__.py b/ansys/rep/client/__version__.py index 400e4e8a9..f558f6f08 100644 --- a/ansys/rep/client/__version__.py +++ b/ansys/rep/client/__version__.py @@ -6,4 +6,4 @@ # this is only a convenience to default the version # of Ansys simulation applications in pyrep examples -__ansys_apps_version__ = "2023 R2" +__ansys_apps_version__ = "2024 R1"