From f945a8f7c0d20ee844512fda45fbd71e1f53cadd Mon Sep 17 00:00:00 2001 From: Mark Gibbs Date: Mon, 3 Sep 2018 09:35:41 -0400 Subject: [PATCH] Update version to prerelease 0.8.0 --- django_plotly_dash/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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