diff --git a/scimath/__init__.py b/scimath/__init__.py index 053a5b0..986b76f 100644 --- a/scimath/__init__.py +++ b/scimath/__init__.py @@ -1,7 +1,7 @@ -# Copyright (c) 2007-2012 by Enthought, Inc. +# Copyright (c) 2007-2013 by Enthought, Inc. # All rights reserved. -__version__ = '4.1.1' +__version__ = '4.1.2' __requires__ = [ 'traits', diff --git a/setup.py b/setup.py index 2ffdd36..e04e018 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2008-2011 by Enthought, Inc. +# Copyright (c) 2008-2013 by Enthought, Inc. # All rights reserved. from os.path import join