We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f857db + fa15a5f commit f0077d8Copy full SHA for f0077d8
doc/src/conf.py
@@ -70,7 +70,7 @@
70
# The short X.Y version.
71
version = '0.12'
72
# The full version, including alpha/beta/rc tags.
73
-release = '0.12.dev0'
+release = '0.12'
74
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
# for a list of supported languages.
setup.py
@@ -21,7 +21,7 @@
21
# intentionally leaving out mpi4py to help readthedocs
22
setup(
23
name='mpi-sppy',
24
- version='0.12.dev0',
+ version='0.12',
25
description="mpi-sppy",
26
long_description=long_description,
27
url='https://github.com/Pyomo/mpi-sppy',
0 commit comments