From 83b0b03f3b6b1bd7fe9934210e2774f89d980ad9 Mon Sep 17 00:00:00 2001 From: str0zzapreti Date: Mon, 2 Oct 2023 20:16:39 -0700 Subject: [PATCH] increased project version to 1.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ae79ba..80ab33f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytest-retry" -version = "1.4.1" +version = "1.4.2" description = "Adds the ability to retry flaky tests in CI environments" readme = "README.md" authors = [{ name = "str0zzapreti" }]