File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ def main():
197
197
usage = 'usage: isympy [options] -- [ipython options]'
198
198
parser = OptionParser (
199
199
usage = usage ,
200
- version = '0.7.2.rc1 ' ,
200
+ version = '0.7.2' ,
201
201
# XXX: We need a more centralized place to store the version.
202
202
# It is currently stored in sympy.__version__, but we can't yet
203
203
# import sympy at this point.
Original file line number Diff line number Diff line change 42
42
# The short X.Y version.
43
43
version = '0.7.2'
44
44
# The full version, including alpha/beta/rc tags.
45
- release = '0.7.2.rc1 '
45
+ release = '0.7.2'
46
46
47
47
# There are two options for replacing |today|: either, you set today to some
48
48
# non-false value, then it is used:
Original file line number Diff line number Diff line change 49
49
# The short X.Y version.
50
50
version = '0.7.2'
51
51
# The full version, including alpha/beta/rc tags.
52
- release = '0.7.2.rc1 '
52
+ release = '0.7.2'
53
53
54
54
# There are two options for replacing |today|: either, you set today to some
55
55
# non-false value, then it is used:
Original file line number Diff line number Diff line change 9
9
10
10
http://code.google.com/p/sympy/"""
11
11
12
- __version__ = "0.7.2.rc1 "
12
+ __version__ = "0.7.2"
13
13
14
14
# Try to determine if 2to3 has been run. To do this, we look at long.__name__.
15
15
# If 2to3 has been run, it should convert long to int.
You can’t perform that action at this time.
0 commit comments