Skip to content

Commit

Permalink
Bump version: 2.3.5 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Dec 30, 2024
1 parent 81108d9 commit d84ec72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.5
current_version = 2.4.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion scrapy_zyte_smartproxy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .middleware import ZyteSmartProxyMiddleware

__version__ = "2.3.5"
__version__ = "2.4.0"
__all__ = ["ZyteSmartProxyMiddleware"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="scrapy-zyte-smartproxy",
version="2.3.5",
version="2.4.0",
license="BSD",
description="Scrapy middleware for Zyte Smart Proxy Manager",
long_description=readme,
Expand Down

0 comments on commit d84ec72

Please sign in to comment.