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