diff --git a/pyproject.toml b/pyproject.toml index 0365b4d..a6853f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-matchers" -version = "0.2.1" +version = "0.2.2" description = "Matchers for pytest" license = "MIT" authors = ["MartinGotelli "]