Skip to content

Commit dbd069a

Browse files
authored
Merge pull request #251 from Pyomo/release_0_10
Creating 0.10 release
2 parents b9c8b37 + 49c5e9b commit dbd069a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = '0.9.1'
71+
version = '0.10'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '0.9.1.dev0'
73+
release = '0.10'
7474

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# intentionally leaving out mpi4py to help readthedocs
1818
setup(
1919
name='mpi-sppy',
20-
version='0.9.1.dev0',
20+
version='0.10',
2121
description="mpi-sppy",
2222
url='https://github.com/Pyomo/mpi-sppy',
2323
author='David Woodruff',

0 commit comments

Comments
 (0)