Skip to content

Commit d65d50f

Browse files
authored
Merge pull request #127 from Pyomo/release_0.9
Setting up 0.9
2 parents 5e17727 + d36a479 commit d65d50f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# The short X.Y version.
7171
version = '0.9'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '0.9.dev0'
73+
release = '0.9'
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
setup(
1818
name='mpi-sppy',
19-
version='0.9.dev0',
19+
version='0.9',
2020
description="mpi-sppy",
2121
url='https://github.com/Pyomo/mpi-sppy',
2222
author='David Woodruff',
2323
author_email='[email protected]',
2424
packages=packages,
2525
install_requires=[
2626
'numpy>=1.19',
27-
'pyomo>=6.0.0.dev0'
27+
'pyomo>=6.0'
2828
]
2929
)

0 commit comments

Comments
 (0)