Skip to content

Commit

Permalink
Bump version: 2.3.0 → 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Nov 20, 2023
1 parent daef1c5 commit 4d7495e
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.0
current_version = 2.3.1
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.0'
__version__ = '2.3.1'
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.0',
version='2.3.1',
license='BSD',
description='Scrapy middleware for Zyte Smart Proxy Manager',
long_description=readme,
Expand Down

0 comments on commit 4d7495e

Please sign in to comment.