From bd60de39d0fbfe7fa0a068fe44a2eea030c89fe3 Mon Sep 17 00:00:00 2001 From: Jerry Pussinen Date: Fri, 6 Aug 2021 09:56:30 +0300 Subject: [PATCH] New version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47d625e..c55f2b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-split" -version = "0.3.2" +version = "0.3.3" 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'