From 46d7cece917d904f62ca49456af4f8f99b3ad605 Mon Sep 17 00:00:00 2001 From: Mark Gibbs Date: Sat, 28 Jul 2018 23:55:21 -0700 Subject: [PATCH] Prerelease version 0.5.2 --- 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 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