From 79565f66285312e35f3042805176e8b9c1bdb463 Mon Sep 17 00:00:00 2001 From: Travis Thieman Date: Thu, 18 Feb 2016 13:52:24 -0500 Subject: [PATCH] Constant version bump --- dusty/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dusty/constants.py b/dusty/constants.py index a18eee13..524e8297 100644 --- a/dusty/constants.py +++ b/dusty/constants.py @@ -1,7 +1,7 @@ import os import re -VERSION = '0.6.6' +VERSION = '0.7.0' BINARY = False # overridden by PyInstaller when we build a binary PRERELEASE = False # overridden by PyInstaller when we build a prerelease binary