File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ in this order:
7373
7474* ``SYSC_ROOT ``
7575* ``AWP_ROOT ``
76- * ``AWP_ROOT251 ``
76+ * ``AWP_ROOT252 ``
7777
7878If a variable is set but does not refer to a valid installation, PySystemCoupling
7979fails at that point, rather than attempting to use the next variable.
8080
81- In a standard user installation, the expectation is that only ``AWP_ROOT251 `` is set.
81+ In a standard user installation, the expectation is that only ``AWP_ROOT252 `` is set.
8282
8383(It is also possible to provide a different version number as an argument to the ``launch() ``
8484function. This will affect which ``AWP_ROOT<version> `` environment variable is examined.)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55[project ]
66# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77name = " ansys-systemcoupling-core"
8- version = " 0.10.0 "
8+ version = " 0.10.1 "
99description = " A Python wrapper for Ansys System Coupling."
1010readme = " README.rst"
1111requires-python = " >=3.10,<3.14"
You can’t perform that action at this time.
0 commit comments