File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
# The short X.Y version.
81
81
version = '0.13.1'
82
82
# The full version, including alpha/beta/rc tags.
83
- release = '0.13.1.dev0 '
83
+ release = '0.13.1'
84
84
85
85
# The language for content autogenerated by Sphinx. Refer to documentation
86
86
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
13
13
14
14
[project ]
15
15
name = " mpi-sppy"
16
- version = " 0.13.1.dev0 "
16
+ version = " 0.13.1"
17
17
authors = [
18
18
{
name =
" David Woodruff" ,
email =
" [email protected] " },
19
19
]
Original file line number Diff line number Diff line change 26
26
# intentionally leaving out mpi4py to help readthedocs
27
27
setup (
28
28
name = 'mpi-sppy' ,
29
- version = '0.13.1.dev0 ' ,
29
+ version = '0.13.1' ,
30
30
description = "mpi-sppy" ,
31
31
long_description = long_description ,
32
32
url = 'https://github.com/Pyomo/mpi-sppy' ,
You can’t perform that action at this time.
0 commit comments