From 9102d89545548f0b7a0e2ba4f6e48ac2d5434c6e Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Thu, 2 Mar 2017 00:03:44 +0000 Subject: [PATCH] Increase version to 0.10.1 --- lowfat/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lowfat/settings.py b/lowfat/settings.py index 9757727c..6bed0af6 100644 --- a/lowfat/settings.py +++ b/lowfat/settings.py @@ -15,7 +15,7 @@ URL_SRC = "https://github.com/softwaresaved/lowfat" -VERSION = "0.10.0" +VERSION = "0.10.1" SETTINGS_EXPORT = [ 'URL_SRC',