Skip to content

Commit 5bca2e6

Browse files
authored
Merge pull request #128 from bknueven/091dev0
Setting up main for development
2 parents d65d50f + 28fadd9 commit 5bca2e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/conf.py

Lines changed: 2 additions & 2 deletions
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'
71+
version = '0.9.1'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '0.9'
73+
release = '0.9.1.dev0'
7474

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='mpi-sppy',
19-
version='0.9',
19+
version='0.9.1.dev0',
2020
description="mpi-sppy",
2121
url='https://github.com/Pyomo/mpi-sppy',
2222
author='David Woodruff',

0 commit comments

Comments
 (0)