From ded489cdbb2c7a0553d9e60770490223cd3dd953 Mon Sep 17 00:00:00 2001 From: Jerry Pussinen Date: Wed, 21 Jul 2021 14:25:48 +0300 Subject: [PATCH] Update ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b45fd1a..7f7c7e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-split" -version = "0.3.0" +version = "0.3.2" 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'