Show More
@@ -22,7 +22,7 b" name = 'ipython'" | |||
|
22 | 22 | # because bdist_rpm does not accept dashes (an RPM) convention, and |
|
23 | 23 | # bdist_deb does not accept underscores (a Debian convention). |
|
24 | 24 | |
|
25 |
revision = '11 |
|
|
25 | revision = '117' | |
|
26 | 26 | branch = 'ipython' |
|
27 | 27 | |
|
28 | 28 | if branch == 'ipython': |
@@ -30,7 +30,7 b" if branch == 'ipython':" | |||
|
30 | 30 | else: |
|
31 | 31 | version = '0.8.3.bzr.r%s.%s' % (revision,branch) |
|
32 | 32 | |
|
33 |
version = '0.8.3 |
|
|
33 | version = '0.8.3' | |
|
34 | 34 | |
|
35 | 35 | description = "An enhanced interactive Python shell." |
|
36 | 36 |
General Comments 0
You need to be logged in to leave comments.
Login now