Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Mar 6, 2019
1 parent db74ba4 commit 9ca7a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mpi4py_fft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
For more information, see `documentation <https://mpi4py-fft.readthedocs.io>`_.
"""
__version__ = '1.2.0'
__version__ = '2.0.0'
__author__ = 'Lisandro Dalcin and Mikael Mortensen'

from .distarray import DistArray, newDistArray, Function
Expand Down
2 changes: 1 addition & 1 deletion mpi4py_fft/distarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def newDistArray(pfft, forward_output=True, val=0, rank=0, view=False):
Returns
-------
Distarray
DistArray
A new :class:`.DistArray` object. Return the ``ndarray`` view if
keyword ``view`` is True.
Expand Down

0 comments on commit 9ca7a04

Please sign in to comment.