From 0cd5fbad465eb23fff192a620329eba8af3ebe96 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 26 May 2023 10:12:01 -0500 Subject: [PATCH] Version bump --- src/deephaven/plugin/plotly/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deephaven/plugin/plotly/__init__.py b/src/deephaven/plugin/plotly/__init__.py index de89606..7208cef 100644 --- a/src/deephaven/plugin/plotly/__init__.py +++ b/src/deephaven/plugin/plotly/__init__.py @@ -1,7 +1,7 @@ from deephaven.plugin import Registration from plotly import io as pio -__version__ = "0.0.1" +__version__ = "0.1.0" def _init_theme(): # Set the Deephaven style globally