Skip to content

Commit cc7ccf6

Browse files
Bump version 0.4.5
1 parent e3cb30f commit cc7ccf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ansys-tools-visualization-interface"
7-
version = "0.4.4"
7+
version = "0.4.5"
88
description = "A Python visualization interface for PyAnsys libraries"
99
readme = "README.rst"
1010
requires-python = ">=3.9,<4"

src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def __init__(
9797
# objects to actors mapping
9898
self._object_to_actors_map = {}
9999
self._enable_widgets = enable_widgets
100+
self._show_edges = None
100101

101102
@property
102103
def scene(self) -> PyVistaPlotter:

0 commit comments

Comments
 (0)