Skip to content

Commit 43c5867

Browse files
committed
Fix tests + pre-commit
1 parent ebc0f4b commit 43c5867

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ansys/dpf/composites/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"REF_SURFACE_NAME",
3131
"FAILURE_LABEL",
3232
"TIME_LABEL",
33-
"TEMPERATURE_COMPONENT",
3433
)
3534

3635
FAILURE_LABEL = "failure_label"

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525

2626
def test_pkg_version():
27-
assert __version__ == "0.7.dev0"
27+
assert __version__ == "0.6.2"

0 commit comments

Comments
 (0)