Skip to content

Commit ea38622

Browse files
committed
Adding v23.1 support
1 parent 747b6f3 commit ea38622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/mapdl/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
__version__ = importlib_metadata.version("ansys-mapdl-core")
1919

2020
# In descending order
21-
SUPPORTED_ANSYS_VERSIONS = [222, 221, 212, 211, 202, 201, 195, 194, 193, 192, 191]
21+
SUPPORTED_ANSYS_VERSIONS = [231, 222, 221, 212, 211, 202, 201, 195, 194, 193, 192, 191]

0 commit comments

Comments
 (0)