diff --git a/pyproject.toml b/pyproject.toml index b7d11f0..e8aa32c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-lazy-fixtures" -version = "1.1.0" +version = "1.1.1" description = "Allows you to use fixtures in @pytest.mark.parametrize." authors = ["Petrov Anton "] readme = "README.md"