Skip to content

Commit bd42ae5

Browse files
tentatively version 0.2.0
1 parent 5761ff2 commit bd42ae5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and Arb (arbitrary-precision ball arithmetic). Features:
77
* Integers, rationals, integers mod n
88
* Real and complex numbers with rigorous error tracking
99
* Polynomials, power series and matrices over all the above types
10-
* Lots of special functions
10+
* Lots of mathematical functions
1111

1212
Documentation: http://fredrikj.net/python-flint/
1313

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.1.2'
54+
version = '0.2.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.1.2'
56+
release = '0.2.0'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
cmdclass={'build_ext': build_ext},
4141
ext_modules=ext_modules,
4242
description='Bindings for FLINT and Arb',
43-
version='0.1.3',
43+
version='0.2.0',
4444
url='https://github.com/python-flint/python-flint',
4545
author='Fredrik Johansson',
4646
author_email='fredrik.johansson@gmail.com',

0 commit comments

Comments
 (0)