diff --git a/django_plotly_dash/__init__.py b/django_plotly_dash/__init__.py index 27115947..4c6779e7 100644 --- a/django_plotly_dash/__init__.py +++ b/django_plotly_dash/__init__.py @@ -6,6 +6,6 @@ and enables it to be served as part of a Django application. ''' -__version__ = "0.5.1" +__version__ = "0.5.2" from .dash_wrapper import DjangoDash