~ubuntu-branches/ubuntu/utopic/python-chaco/utopic

« back to all changes in this revision

Viewing changes to chaco/__init__.py

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2014-06-01 17:04:08 UTC
  • mfrom: (7.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20140601170408-m86xvdjd83a4qon0
Tags: 4.4.1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
 - Let the binary-predeb target work on the usr/lib/python* directory
   as we don't have usr/share/pyshared anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  Copyright (c) 2005-2011 by Enthought, Inc.
 
1
#  Copyright (c) 2005-2013 by Enthought, Inc.
2
2
#  All rights reserved.
3
3
""" Two-dimensional plotting application toolkit.
4
4
    Part of the Chaco project of the Enthought Tool Suite.
5
5
"""
6
 
__version__ = '4.1.0'
 
6
__version__ = '4.4.1'
7
7
 
8
8
__requires__ = [
9
9
   'enable',