From 7ead2e166fea794091e5d7f0490862352ca91146 Mon Sep 17 00:00:00 2001 From: Ilan Schnell Date: Wed, 21 Dec 2011 15:40:44 -0600 Subject: [PATCH] REL: update version in preparation for release --- mayavi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayavi/__init__.py b/mayavi/__init__.py index 0285125e4..64cc1c65d 100644 --- a/mayavi/__init__.py +++ b/mayavi/__init__.py @@ -5,7 +5,7 @@ Part of the Mayavi project of the Enthought Tool Suite. """ -__version__ = '4.0.1' +__version__ = '4.1.0' __requires__ = [ 'apptools',