From 69a8952f2ba44409373512f9fd04229b2316bc30 Mon Sep 17 00:00:00 2001 From: monkey-debugger <64543651+monkey-debugger@users.noreply.github.com> Date: Wed, 6 Oct 2021 11:28:12 +0200 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cdbca3a..3b5f19a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name="pytest-timeout", description="pytest plugin to abort hanging tests", long_description=long_description, - version="1.4.2", + version="1.4.3", author="Floris Bruynooghe", author_email="flub@devork.be", url="https://github.com/pytest-dev/pytest-timeout",