From 3a5b1025b8dd98bbe149f3edea8ffb07d226fafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Sun, 10 Oct 2021 17:36:26 +0200 Subject: [PATCH] 0.1.1 --- pytest_parallel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_parallel/__init__.py b/pytest_parallel/__init__.py index a452bd1..e584800 100644 --- a/pytest_parallel/__init__.py +++ b/pytest_parallel/__init__.py @@ -21,7 +21,7 @@ if sys.platform.startswith('darwin'): multiprocessing.set_start_method('fork') -__version__ = '0.1.0' +__version__ = '0.1.1' def parse_config(config, name):