From afb8c65da2ddc96d2b3909ace478fe12570c68f0 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Mon, 1 Dec 2014 19:43:57 -0500 Subject: [PATCH] Update version --- spyderlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyderlib/__init__.py b/spyderlib/__init__.py index 80df9124afc..0b4580ce4a8 100644 --- a/spyderlib/__init__.py +++ b/spyderlib/__init__.py @@ -27,7 +27,7 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '2.3.2dev' +__version__ = '2.3.2' __license__ = __doc__ __project_url__ = 'http://code.google.com/p/spyderlib' __forum_url__ = 'http://groups.google.com/group/spyderlib'