Skip to content

Commit 6302bee

Browse files
Version 1.3
1 parent be40889 commit 6302bee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake_policy(SET CMP0074 NEW) # force find_package to take <PackageName>_ROOT va
99
# Project
1010
# ----------------------------------------------------------------------
1111
project(
12-
pytest_parallel VERSION 1.2.0
12+
pytest_parallel VERSION 1.3.0
1313
DESCRIPTION "pytest_parallel extends PyTest to support parallel testing using mpi4py"
1414
)
1515

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = [
1818
{name = "Berenger Berthoul", email = "[email protected]"},
1919
]
2020
maintainers = [
21-
{name = "Bruno Maugars", email = "[email protected]"},
21+
{name = "Berenger Berthoul", email = "[email protected]"},
2222
]
2323
license = {text = "Mozilla Public License 2.0"}
2424
keywords = [
@@ -52,7 +52,7 @@ dependencies = [
5252
"mpi4py",
5353
"numpy",
5454
]
55-
version = "1.2.0"
55+
version = "1.3.0"
5656

5757
[project.urls]
5858
Homepage = "https://github.com/onera/pytest_parallel"

pytest_parallel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.2"
1+
__version__ = "1.3"
22

33
from . import mark

0 commit comments

Comments
 (0)