From 50f8dea4f4f96119691da6beea1f82c886f89233 Mon Sep 17 00:00:00 2001 From: Maciej Gol Date: Sun, 9 Jun 2024 21:26:20 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f5e6b57..e46f030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["pytest_bisect_tests"] [project] name = "pytest-bisect-tests" -version = "0.2.0" +version = "0.3.0" authors = [{ name = "Maciej Gol", email = "suchar.kroolik1@gmail.com" }] description = "Find tests leaking state and affecting other" readme = "README.md"