From 7275ca4a3b5bf572ce9f97c65b4498f2b2660300 Mon Sep 17 00:00:00 2001 From: yangshilong Date: Wed, 15 Jan 2025 16:42:37 +0800 Subject: [PATCH] fix version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fdc34a..56f4bea 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run(self): setup( name='backflow', - version='0.2.3', # Increment the version + version='0.2.4', # Increment the version author='ysl', # 替换为你的名字 author_email='runfastpluszz@gmail.com', # 替换为你的邮箱 description='A simple crawler framework that implements both single run and distributed run based on Celery,'