Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasar committed Oct 30, 2022
1 parent 4721d6b commit c0f0ecf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-watcher"
version = "0.2.4"
version = "0.2.5"
description = "Continiously runs pytest on changes in *.py files"
authors = ["Olzhas Arystanov <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pytest_watcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.4"
__version__ = "0.2.5"

from .watcher import run

Expand Down
2 changes: 1 addition & 1 deletion tests/test_pytest_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def test_version():
assert __version__ == "0.2.4"
assert __version__ == "0.2.5"


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit c0f0ecf

Please sign in to comment.