Skip to content

Commit 5636b90

Browse files
authored
Merge pull request #552 from bknueven/release-0.13.1
Create 0.13.1
2 parents ea6a3c1 + 5338b5b commit 5636b90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = '0.13.1'
8282
# The full version, including alpha/beta/rc tags.
83-
release = '0.13.1.dev0'
83+
release = '0.13.1'
8484

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313

1414
[project]
1515
name = "mpi-sppy"
16-
version = "0.13.1.dev0"
16+
version = "0.13.1"
1717
authors = [
1818
{name = "David Woodruff", email = "[email protected]" },
1919
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# intentionally leaving out mpi4py to help readthedocs
2727
setup(
2828
name='mpi-sppy',
29-
version='0.13.1.dev0',
29+
version='0.13.1',
3030
description="mpi-sppy",
3131
long_description=long_description,
3232
url='https://github.com/Pyomo/mpi-sppy',

0 commit comments

Comments
 (0)