From e41a0164cdf806e16d20e16b0331a168b98abb1a Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Mon, 20 Feb 2017 18:42:34 +0000 Subject: [PATCH] Increase version to 0.8.0 --- lowfat/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lowfat/settings.py b/lowfat/settings.py index 86c3be1d..3cdb78d8 100644 --- a/lowfat/settings.py +++ b/lowfat/settings.py @@ -15,7 +15,7 @@ URL_SRC = "https://github.com/softwaresaved/lowfat" -VERSION = "0.7.1" +VERSION = "0.8.0" SETTINGS_EXPORT = [ 'URL_SRC',