From 8029e37ea114e4f922aac5143ee34ddce2d99560 Mon Sep 17 00:00:00 2001 From: Bernard Knueven Date: Wed, 6 Jan 2021 15:48:30 -0700 Subject: [PATCH] 0.7 release --- doc/src/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index cd97225d3..3f13158a0 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -68,9 +68,9 @@ # built documents. # # The short X.Y version. -version = '0.6' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.6' +release = '0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 0f9c0add2..28e6b28d8 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='mpi-sppy', - version='0.7.dev0', + version='0.7', description="mpi-sppy", url='https://github.com/Pyomo/mpi-sppy', author='David Woodruff',