Skip to content

Commit 270e598

Browse files
authored
Update _version.py (#46)
1 parent 180a395 commit 270e598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deephaven_ipywidgets/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Deephaven Data Labs LLC.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (0, 6, 1)
7+
version_info = (0, 6, 2)
88
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)