Skip to content

Commit

Permalink
馃殌 Patch Release 0.43.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Jun 17, 2024
1 parent a204302 commit d0e6a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyvista/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
# major, minor, patch
version_info = 0, 43, 9
version_info = 0, 43, 10

# Nice string for the version
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion pyvista/core/pointset.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def cast_to_polydata(self, deep=True):
return pdata

@wraps(DataSet.plot) # type: ignore
def cast_to_unstructured_grid(self) -> pyvista.UnstructuredGrid:
def cast_to_unstructured_grid(self):
"""Cast this dataset to :class:`pyvista.UnstructuredGrid`.
A deep copy of the points and point data is made.
Expand Down

0 comments on commit d0e6a89

Please sign in to comment.