Skip to content

Commit c2dcab0

Browse files
committed
Bump version number to 2.0.6
1 parent 2ef7c72 commit c2dcab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi4py_fft/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
For more information, see `documentation <https://mpi4py-fft.readthedocs.io>`_.
1717
1818
"""
19-
__version__ = '2.0.5'
19+
__version__ = '2.0.6'
2020
__author__ = 'Lisandro Dalcin and Mikael Mortensen'
2121

2222
from .distarray import DistArray, newDistArray, Function

0 commit comments

Comments
 (0)