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