File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and Arb (arbitrary-precision ball arithmetic). Features:
7
7
* Integers, rationals, integers mod n
8
8
* Real and complex numbers with rigorous error tracking
9
9
* Polynomials, power series and matrices over all the above types
10
- * Lots of special functions
10
+ * Lots of mathematical functions
11
11
12
12
Documentation: http://fredrikj.net/python-flint/
13
13
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '0.1.2 '
54
+ version = '0.2.0 '
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.1.2 '
56
+ release = '0.2.0 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 40
40
cmdclass = {'build_ext' : build_ext },
41
41
ext_modules = ext_modules ,
42
42
description = 'Bindings for FLINT and Arb' ,
43
- version = '0.1.3 ' ,
43
+ version = '0.2.0 ' ,
44
44
url = 'https://github.com/python-flint/python-flint' ,
45
45
author = 'Fredrik Johansson' ,
46
46
author_email = 'fredrik.johansson@gmail.com' ,
You can’t perform that action at this time.
0 commit comments