From fab3326a8635f46873473628f6118a3094f53bbb Mon Sep 17 00:00:00 2001 From: y-p Date: Tue, 31 Dec 2013 02:32:43 +0200 Subject: [PATCH] BLD: version strings should be updated only when tagging new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 608532e919627..497c6a5644def 100755 --- a/setup.py +++ b/setup.py @@ -189,7 +189,7 @@ def build_extensions(self): ] MAJOR = 0 -MINOR = 14 +MINOR = 13 MICRO = 0 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)