We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180a395 commit 270e598Copy full SHA for 270e598
deephaven_ipywidgets/_version.py
@@ -4,5 +4,5 @@
4
# Copyright (c) Deephaven Data Labs LLC.
5
# Distributed under the terms of the Modified BSD License.
6
7
-version_info = (0, 6, 1)
+version_info = (0, 6, 2)
8
__version__ = ".".join(map(str, version_info))
0 commit comments