diff --git a/symfem/elements/guzman_neilan.py b/symfem/elements/guzman_neilan.py index ebe322d..1447e38 100644 --- a/symfem/elements/guzman_neilan.py +++ b/symfem/elements/guzman_neilan.py @@ -164,7 +164,7 @@ def polynomial_superdegree(self) -> typing.Optional[int]: max_order = {"triangle": 1, "tetrahedron": 2} continuity = "L2" value_type = "vector macro" - last_updated = "2024.10" + last_updated = "2024.10.2" class GuzmanNeilanSecondKind(CiarletElement):