Skip to content

Commit

Permalink
Add support for DPF 8.1 (#1416)
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
  • Loading branch information
PProfizi authored Feb 14, 2024
1 parent 8ce35dd commit d575a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/dpf/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ServerToAnsysVersion:
"7.0": "2024R1",
"7.1": "2024R1",
"8.0": "2024R2",
"8.1": "2024R2",
}

def __getitem__(self, item):
Expand Down

0 comments on commit d575a3b

Please sign in to comment.