From 194297ce8a71e3e4f00030c6c3250bd1da897a44 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Tue, 7 Oct 2014 16:06:14 +0200 Subject: [PATCH] Updates version number. --- cachalot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachalot/__init__.py b/cachalot/__init__.py index 53238ec..ebfbac8 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,4 +1,4 @@ from .settings import cachalot_settings -__version__ = (0, 6, 0) +__version__ = (0, 6, 0, 'post') version_string = '.'.join(str(n) for n in __version__)