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

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Oct 10, 2021
1 parent 743bde8 commit 3a5b102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_parallel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3a5b102

Please sign in to comment.