Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radeklat committed Dec 1, 2021
1 parent 48149f2 commit dbaf5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "issue-watcher"
version = "3.0.0"
version = "4.0.0"
description = "Python test cases watching when an issue is closed and failing a test to let you know fixed functionality is available."
authors = ["Radek Lát <[email protected]>"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/issue_watcher/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__: str = "3.0.0"
__version__: str = "4.0.0"
APPLICATION_NAME: str = "issue-watcher"
MIN_SUPPORTED_PYTHON_VERSION_INCLUSIVE: str = "3.7.0"
MAX_SUPPORTED_PYTHON_VERSION_EXCLUSIVE: str = "3.11.0"

0 comments on commit dbaf5f0

Please sign in to comment.