Skip to content

Commit

Permalink
REL: update version in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilan Schnell committed May 16, 2012
1 parent 729c5d3 commit b95d2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
# Copyright (c) 2008-2011 by Enthought, Inc.
# Copyright (c) 2008-2012 by Enthought, Inc.
# All rights reserved.
from os.path import join

Expand Down
4 changes: 2 additions & 2 deletions traitsui/__init__.py
@@ -1,6 +1,6 @@
#------------------------------------------------------------------------------
#
# Copyright (c) 2005-2011, Enthought, Inc.
# Copyright (c) 2005-2012, Enthought, Inc.
# All rights reserved.
#
# This software is provided without warranty under the terms of the BSD
Expand All @@ -17,7 +17,7 @@

from __future__ import absolute_import

__version__ = '4.1.1'
__version__ = '4.2.0'

__requires__ = [
'traits',
Expand Down

0 comments on commit b95d2dc

Please sign in to comment.