From 8f8d830ae1b9c101ab955fab64d4f9260ef32d0a Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Fri, 10 Mar 2017 09:24:55 +0000 Subject: [PATCH] Increase version to 1.0.0 --- lowfat/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lowfat/settings.py b/lowfat/settings.py index 09efd7c4..a8a97fb7 100644 --- a/lowfat/settings.py +++ b/lowfat/settings.py @@ -15,7 +15,7 @@ URL_SRC = "https://github.com/softwaresaved/lowfat" -VERSION = "0.11.0" +VERSION = "1.0.0" SETTINGS_EXPORT = [ 'URL_SRC',