diff --git a/src/deephaven/plugin/__init__.py b/src/deephaven/plugin/__init__.py index 95656de..1991cf4 100644 --- a/src/deephaven/plugin/__init__.py +++ b/src/deephaven/plugin/__init__.py @@ -5,7 +5,7 @@ The deephaven.plugin module provides an API and registration mechanism to add new behavior to the Deephaven server. Plugins should be registered by adding a Registration instance as an entrypoint to the Python package. """ -__version__ = "0.5.0.dev0" +__version__ = "0.5.0" DEEPHAVEN_PLUGIN_ENTRY_KEY = "deephaven.plugin" DEEPHAVEN_PLUGIN_REGISTRATION_CLASS = "registration_cls"