Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NellyWhads committed Apr 16, 2024
1 parent de45cc9 commit e6a5fa3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pytest {all_your_options}
```text
============================= test session starts ==============================
platform linux -- Python 3.10.7, pytest-8.1.1, pluggy-1.4.0
plugins: xdist-worker-stats-0.1.7, xdist-3.5.0
plugins: xdist-worker-stats-0.2.0, xdist-3.5.0
created: 2/2 workers
2 workers [4 items]
Expand All @@ -44,7 +44,7 @@ pytest {all_your_options} --no-xdist-runtimes
```text
============================= test session starts ==============================
platform linux -- Python 3.10.7, pytest-8.1.1, pluggy-1.4.0
plugins: xdist-worker-stats-0.1.7, xdist-3.5.0
plugins: xdist-worker-stats-0.2.0, xdist-3.5.0
created: 2/2 workers
2 workers [4 items]
Expand All @@ -64,7 +64,7 @@ pytest {all_your_options} --xdist-breakdown
```text
============================= test session starts ==============================
platform linux -- Python 3.10.7, pytest-8.1.1, pluggy-1.4.0
plugins: xdist-worker-stats-0.1.7, xdist-3.5.0
plugins: xdist-worker-stats-0.2.0, xdist-3.5.0
created: 2/2 workers
2 workers [4 items]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-xdist-worker-stats"
version = "0.1.7"
version = "0.2.0"
description = "A pytest plugin to list worker statistics after a xdist run."
authors = ["Mikuláš Poul <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pytest_xdist_worker_stats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pytest_xdist_worker_stats.options import pytest_addoption, pytest_configure # noqa: F401

__version__ = "0.1.7"
__version__ = "0.2.0"

0 comments on commit e6a5fa3

Please sign in to comment.