diff --git a/src/deephaven/plugin/plotly/__init__.py b/src/deephaven/plugin/plotly/__init__.py index 77604cf..cf2f888 100644 --- a/src/deephaven/plugin/plotly/__init__.py +++ b/src/deephaven/plugin/plotly/__init__.py @@ -1,7 +1,7 @@ from deephaven.plugin import Registration, Callback from plotly import io as pio -__version__ = "0.2.0.dev0" +__version__ = "0.2.0" def _init_theme():