From 9fbd824c3f5577ade6bd6c3e7bc89164d8bcd87a Mon Sep 17 00:00:00 2001 From: sametmax Date: Fri, 19 Jul 2013 11:06:55 +0200 Subject: [PATCH] Bum version --- django_quicky/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_quicky/__init__.py b/django_quicky/__init__.py index 17ba859..501f1d9 100644 --- a/django_quicky/__init__.py +++ b/django_quicky/__init__.py @@ -3,7 +3,7 @@ # vim: ai ts=4 sts=4 et sw=4 nu -VERSION = __version__ = "0.6" +VERSION = __version__ = "0.6.1" from decorators import view, routing from utils import setting, load_config