From df7e12bfc29929f6e07303aeba6e7c94a84f1a8f Mon Sep 17 00:00:00 2001 From: Fares Abawi Date: Thu, 18 Jan 2024 19:30:09 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 742c53c..3f1d649 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def check_cv2(default_python="opencv-python"): setuptools.setup( name = 'wrapyfi', - version = '0.4.36', + version = '0.4.37', description = 'Wrapyfi is a wrapper for simplifying Middleware communication', url = 'https://github.com/fabawi/wrapyfi/blob/main/', project_urls={