~ubuntu-branches/debian/experimental/spyder/experimental

« back to all changes in this revision

Viewing changes to spyderlib/__init__.py

  • Committer: Package Import Robot
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2015-03-28 09:12:38 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20150328091238-1j3fxmiq39uh26ao
Tags: 2.3.4+dfsg1-1~exp1
* Imported Upstream version 2.3.4+dfsg1
* Updated the copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
OTHER DEALINGS IN THE SOFTWARE.
28
28
"""
29
29
 
30
 
__version__ = '2.3.3'
 
30
__version__ = '2.3.4'
31
31
__license__ = __doc__
32
32
__project_url__ = 'https://github.com/spyder-ide/spyder'
33
33
__forum_url__   = 'http://groups.google.com/group/spyderlib'