From cea719d8c73fc6acb74b86fbdf511a790c762872 Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Thu, 10 Aug 2023 14:00:59 -0700 Subject: [PATCH] Bump to 0.3.0.dev0 --- 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 cf2f888..3e79ffc 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" +__version__ = "0.3.0.dev0" def _init_theme():