From 918cbafb4f2b9adeb444dd5388bcc97448c58839 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Sun, 5 Oct 2014 12:51:26 +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 314b37f..ab59b75 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,2 +1,2 @@ -__version__ = (0, 5, 0) +__version__ = (0, 5, 0, 'post') version_string = '.'.join(str(n) for n in __version__)