From d6219be31c0c1ec75c7a44d656b8e38dd472d124 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 28 Jan 2013 18:53:04 +0100 Subject: [PATCH] Bumped version. --- appconf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appconf/__init__.py b/appconf/__init__.py index eddc0ae..a8d00d8 100644 --- a/appconf/__init__.py +++ b/appconf/__init__.py @@ -2,4 +2,4 @@ from __future__ import absolute_import from .base import AppConf # noqa # following PEP 386 -__version__ = "0.5" +__version__ = "0.6"