Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
redpintings committed Jan 15, 2025
1 parent 52ad9fc commit 7275ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]', # 替换为你的邮箱
description='A simple crawler framework that implements both single run and distributed run based on Celery,'
Expand Down

0 comments on commit 7275ca4

Please sign in to comment.