We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d65d50f + 28fadd9 commit 5bca2e6Copy full SHA for 5bca2e6
doc/src/conf.py
@@ -68,9 +68,9 @@
68
# built documents.
69
#
70
# The short X.Y version.
71
-version = '0.9'
+version = '0.9.1'
72
# The full version, including alpha/beta/rc tags.
73
-release = '0.9'
+release = '0.9.1.dev0'
74
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
# for a list of supported languages.
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name='mpi-sppy',
19
- version='0.9',
+ version='0.9.1.dev0',
20
description="mpi-sppy",
21
url='https://github.com/Pyomo/mpi-sppy',
22
author='David Woodruff',
0 commit comments