From b5e6024bd6e046e7fcbf169c99a58d80971de647 Mon Sep 17 00:00:00 2001 From: Ilan Schnell Date: Wed, 21 Dec 2011 18:00:36 -0600 Subject: [PATCH] REL: master is now 4.1.1 --- enable/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enable/__init__.py b/enable/__init__.py index 2d939f023..657a84a37 100644 --- a/enable/__init__.py +++ b/enable/__init__.py @@ -3,7 +3,7 @@ """ A multi-platform object drawing library. Part of the Enable project of the Enthought Tool Suite. """ -__version__ = '4.1.0' +__version__ = '4.1.1' __requires__ = [ 'traitsui',