From beeda120ac6e6b6538efb8b7984d4dfb1fbe1fef Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Fri, 26 Sep 2014 21:00:21 +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 c1abbca..a8581a3 100644 --- a/cachalot/__init__.py +++ b/cachalot/__init__.py @@ -1,2 +1,2 @@ -__version__ = (0, 1, 0) +__version__ = (0, 1, 0, 'post') version_string = '.'.join(str(n) for n in __version__)