From 5fd16ae1516d2579d40af812b67965e6d83f4bc0 Mon Sep 17 00:00:00 2001 From: Jerry Pussinen Date: Tue, 9 Nov 2021 08:21:51 +0200 Subject: [PATCH] New version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c55f2b3..65fa5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-split" -version = "0.3.3" +version = "0.4.0" description = "Pytest plugin for splitting test suite based on test execution time" homepage = 'https://github.com/jerry-git/pytest-split' repository = 'https://github.com/jerry-git/pytest-split'