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.
1 parent 5e17727 commit d36a479Copy full SHA for d36a479
doc/src/conf.py
@@ -70,7 +70,7 @@
70
# The short X.Y version.
71
version = '0.9'
72
# The full version, including alpha/beta/rc tags.
73
-release = '0.9.dev0'
+release = '0.9'
74
75
# The language for content autogenerated by Sphinx. Refer to documentation
76
# for a list of supported languages.
setup.py
@@ -16,14 +16,14 @@
16
17
setup(
18
name='mpi-sppy',
19
- version='0.9.dev0',
+ version='0.9',
20
description="mpi-sppy",
21
url='https://github.com/Pyomo/mpi-sppy',
22
author='David Woodruff',
23
author_email='[email protected]',
24
packages=packages,
25
install_requires=[
26
'numpy>=1.19',
27
- 'pyomo>=6.0.0.dev0'
+ 'pyomo>=6.0'
28
]
29
)
0 commit comments