We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9c8b37 + 49c5e9b commit dbd069aCopy full SHA for dbd069a
doc/src/conf.py
@@ -68,9 +68,9 @@
68
# built documents.
69
#
70
# The short X.Y version.
71
-version = '0.9.1'
+version = '0.10'
72
# The full version, including alpha/beta/rc tags.
73
-release = '0.9.1.dev0'
+release = '0.10'
74
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
# for a list of supported languages.
setup.py
@@ -17,7 +17,7 @@
17
# intentionally leaving out mpi4py to help readthedocs
18
setup(
19
name='mpi-sppy',
20
- version='0.9.1.dev0',
+ version='0.10',
21
description="mpi-sppy",
22
url='https://github.com/Pyomo/mpi-sppy',
23
author='David Woodruff',
0 commit comments