We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77d8b3 commit a5d97d4Copy full SHA for a5d97d4
dash_slicer/__init__.py
@@ -6,5 +6,5 @@
6
from .slicer import VolumeSlicer # noqa: F401
7
8
9
-__version__ = "0.2.0"
+__version__ = "0.3.0"
10
version_info = tuple(map(int, __version__.split(".")))
0 commit comments