From 6d1c6cb35a9cdfb28627db56b950b7b06908b68a Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Wed, 22 Oct 2014 22:05:12 +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 d59458f..1ba593c 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,4 +1,4 @@ from .settings import cachalot_settings -__version__ = (0, 8, 0) +__version__ = (0, 8, 0, 'post') version_string = '.'.join(str(n) for n in __version__)