From ac59b2b4e4d8d57f440916fed5f3672f43e11d4d Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Sat, 4 Oct 2014 11:12:23 +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 e86b47d..c23f5d1 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,2 +1,2 @@ -__version__ = (0, 4, 1) +__version__ = (0, 4, 1, 'post') version_string = '.'.join(str(n) for n in __version__)