From 42473ad7ff95a341ad3383aaa51f48a3cf3b949f Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Wed, 19 Feb 2025 14:58:30 -0700 Subject: [PATCH] bump to 4.3.7 since 4.3.6 was tagged but not released --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e0241d..7397068 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ if __name__ == '__main__': log_description = summary setup(name='func_timeout', - version='4.3.6', + version='4.3.7', packages=['func_timeout'], author='Tim Savannah', author_email='kata198@gmail.com',