Skip to content

Commit 07fa4ba

Browse files
committed
Bump version
1 parent 8c8a310 commit 07fa4ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-unused-fixtures"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "A pytest plugin to list unused fixtures after a test run."
55
authors = ["Mikuláš Poul <[email protected]>"]
66
license = "MIT"

pytest_unused_fixtures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .decorators import ignore_unused_fixture # noqa: F401
22
from .options import pytest_addoption, pytest_configure # noqa: F401
33

4-
__version__ = "0.1.2"
4+
__version__ = "0.1.5"

0 commit comments

Comments
 (0)