From da057cf4ef1cfd9a4ad8176dc1dd7b19b3284514 Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Fri, 20 Apr 2018 11:29:11 +0200 Subject: [PATCH] changed version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 101ec98d..cc7fc133 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ## Thanks to them! MAJOR = 0 MINOR = 2 -MICRO = 'rc2' +MICRO = 0 ISRELEASED = True VERSION = '%d.%d.%s' % (MAJOR, MINOR, MICRO)