From 33f40486d8096b5e4ef2d5f3c432d7722a42db22 Mon Sep 17 00:00:00 2001 From: Fares Abawi Date: Tue, 24 Oct 2023 19:44:06 +0200 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88c3569..f1168ec 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.25', + version = '0.4.26', description = 'Wrapyfi is a wrapper for simplifying Middleware communication', url = 'https://github.com/fabawi/wrapyfi/blob/master/', project_urls={