We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b942c0 commit fa1ff16Copy full SHA for fa1ff16
mockmpi/_version.py
@@ -1,6 +1,6 @@
1
# Copyright (c) Mike Jarvis and other collaborators
2
# See https://github.com/rmjarvis/MockMPI/LICENSE for license information.
3
4
-__version__ = '0.8.2'
+__version__ = '0.8.3'
5
__version_info__ = tuple(map(int, __version__.split('.')))
6
0 commit comments