Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 3a5b102

Browse files
committed
0.1.1
1 parent 743bde8 commit 3a5b102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_parallel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
if sys.platform.startswith('darwin'):
2222
multiprocessing.set_start_method('fork')
2323

24-
__version__ = '0.1.0'
24+
__version__ = '0.1.1'
2525

2626

2727
def parse_config(config, name):

0 commit comments

Comments
 (0)