From 731fb870126db363563353d58b7e9613023d301d Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Tue, 14 Mar 2017 15:09:35 -0400 Subject: [PATCH] Bump version to dev --- helpers/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/constants.py b/helpers/constants.py index 554bc61..479e6b2 100644 --- a/helpers/constants.py +++ b/helpers/constants.py @@ -6,7 +6,7 @@ import os MAJOR_VERSION = 0 MINOR_VERSION = 5 -PATCH_VERSION = 2 +PATCH_VERSION = '3.dev0' __version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION) REQUIRED_PYTHON_VER = (3, 4, 2) @@ -52,4 +52,4 @@ DEFAULT_URL = 'prod.' + BLINK_URL ''' Dictionaries ''' -ONLINE = {'online': True, 'offline': False} \ No newline at end of file +ONLINE = {'online': True, 'offline': False}