From 5f65e3c4d96435d505e38134d8a580dc990f1fa8 Mon Sep 17 00:00:00 2001 From: Mark Gibbs Date: Mon, 3 Sep 2018 10:11:19 -0400 Subject: [PATCH] Update version to prerelease 0.8.0 (#41) --- 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