From 801e7899c8dc60f8f3bef3796acf07d2ca83b2cd Mon Sep 17 00:00:00 2001 From: Praneeth Bedapudi Date: Thu, 7 Nov 2024 23:37:37 +0530 Subject: [PATCH] update timeout calculation logics Signed-off-by: Praneeth Bedapudi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff01203..c346e53 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = "praneeth@bpraneeth.com" AUTHOR = "BEDAPUDI PRANEETH" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "3.0.31" +VERSION = "3.0.32" # What packages are required for this module to be executed? REQUIRED = ["falcon", "liteindex==0.0.3.2.dev6", "zstandard", "gunicorn[gevent]", "msgpack"]