From 9fc741b01e273628069857ff0f49df26abce14d3 Mon Sep 17 00:00:00 2001 From: Arjun Sharda <77706434+ArjunSharda@users.noreply.github.com> Date: Tue, 28 Feb 2023 07:51:12 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4f7bc5..5fa3b60 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="searchor", - version="2.4.4", + version="2.5.0", description="⚡️ Quick and easy search engine queries.", long_description=long_description, long_description_content_type="text/markdown",