From cf97a8b8c0cae19384a484c687b1b1417dfb9f6f Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Thu, 22 Aug 2013 00:18:37 +0200 Subject: [PATCH] Quick post-release fix (forgot to increase version) --- diaspy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diaspy/__init__.py b/diaspy/__init__.py index 1d40d04..7e12ab6 100644 --- a/diaspy/__init__.py +++ b/diaspy/__init__.py @@ -7,4 +7,4 @@ import diaspy.notifications as notifications import diaspy.settings as settings -__version__ = '0.4.0' +__version__ = '0.4.0.1' -- 2.25.1