From df5202e45d908e1b0d6de3c705bbf53ca2d97183 Mon Sep 17 00:00:00 2001 From: christaborium Date: Mon, 19 Dec 2016 09:59:38 -0800 Subject: [PATCH] Add new version bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c875bd..84fdd73 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def readme(): setup( name='flask_jsondash', - version='4.0.0', + version='5.0.0', description=('Easily configurable, chart dashboards from any ' 'arbitrary API endpoint. JSON config only. Ready to go.'), long_description=readme(),