diff --git a/django_plotly_dash/__init__.py b/django_plotly_dash/__init__.py index 20386ee1..9188bdef 100644 --- a/django_plotly_dash/__init__.py +++ b/django_plotly_dash/__init__.py @@ -26,6 +26,6 @@ SOFTWARE. ''' -__version__ = "0.7.0" +__version__ = "0.8.0" from .dash_wrapper import DjangoDash