From 88407269f6eb4b090d5799ed7f49a3e8ed9a9374 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Fri, 29 Mar 2013 01:38:54 +0530 Subject: [PATCH] REL: Update version for 4.3.0 release. --- setup.py | 2 +- traitsui/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4c65bd343..55ea04771 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2008-2012 by Enthought, Inc. +# Copyright (c) 2008-2013 by Enthought, Inc. # All rights reserved. from os.path import join diff --git a/traitsui/__init__.py b/traitsui/__init__.py index 7391ba8a9..756157b81 100644 --- a/traitsui/__init__.py +++ b/traitsui/__init__.py @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ # -# Copyright (c) 2005-2012, Enthought, Inc. +# Copyright (c) 2005-2013, Enthought, Inc. # All rights reserved. # # This software is provided without warranty under the terms of the BSD @@ -17,7 +17,7 @@ from __future__ import absolute_import -__version__ = '4.2.1' +__version__ = '4.3.0' __requires__ = [ 'traits',