We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c27212 + f8c4852 commit 6d3e031Copy full SHA for 6d3e031
doc/src/conf.py
@@ -70,7 +70,7 @@
70
# The short X.Y version.
71
version = '0.11'
72
# The full version, including alpha/beta/rc tags.
73
-release = '0.11.dev0'
+release = '0.11'
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.11.dev0',
+ version='0.11',
21
description="mpi-sppy",
22
url='https://github.com/Pyomo/mpi-sppy',
23
author='David Woodruff',
0 commit comments