We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1717c1f + 6839f31 commit c3298d5Copy full SHA for c3298d5
doc/src/conf.py
@@ -68,9 +68,9 @@
68
# built documents.
69
#
70
# The short X.Y version.
71
-version = '0.12'
+version = '0.12.1'
72
# The full version, including alpha/beta/rc tags.
73
-release = '0.12'
+release = '0.12.1'
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',
+ version='0.12.1',
25
description="mpi-sppy",
26
long_description=long_description,
27
url='https://github.com/Pyomo/mpi-sppy',
0 commit comments