Show More
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | # -*- coding: utf-8 -*- |
|
2 | 2 | """Release data for the IPython project. |
|
3 | 3 | |
|
4 |
$Id: Release.py 22 |
|
|
4 | $Id: Release.py 2235 2007-04-11 05:12:33Z jdh2358 $""" | |
|
5 | 5 | |
|
6 | 6 | #***************************************************************************** |
|
7 | 7 | # Copyright (C) 2001-2006 Fernando Perez <fperez@colorado.edu> |
@@ -24,8 +24,7 b" name = 'ipython'" | |||
|
24 | 24 | |
|
25 | 25 | revision = '2191' |
|
26 | 26 | |
|
27 |
|
|
|
28 | version = '0.8.0' | |
|
27 | version = '0.8.1.svn.r' + revision.rstrip('M') | |
|
29 | 28 | |
|
30 | 29 | description = "An enhanced interactive Python shell." |
|
31 | 30 |
General Comments 0
You need to be logged in to leave comments.
Login now