Skip to content

Commit

Permalink
Upgrade version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasar committed Oct 23, 2022
1 parent 3097bfd commit 14b4a52
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.3"
version = "0.2.4"
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.3"
__version__ = "0.2.4"

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 @@ -10,7 +10,7 @@


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


@pytest.fixture()
Expand Down

0 comments on commit 14b4a52

Please sign in to comment.