diff --git a/src/deephaven/plugin/matplotlib/__init__.py b/src/deephaven/plugin/matplotlib/__init__.py index b257b61..2bcf764 100644 --- a/src/deephaven/plugin/matplotlib/__init__.py +++ b/src/deephaven/plugin/matplotlib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.1.dev1" +__version__ = "0.0.1.dev2" def register_into(callback): register_object_types_into(callback)