From 5d42231cb5c8f9be46fa2b749f8c2902af736c7f Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Sun, 28 Sep 2014 19:11:27 +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 ee1083b..8461845 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,2 +1,2 @@ -__version__ = (0, 2, 0) +__version__ = (0, 2, 0, 'post') version_string = '.'.join(str(n) for n in __version__)