We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd102e commit 2d58862Copy full SHA for 2d58862
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.7.2
+current_version = 2.0.0
3
commit = True
4
tag = True
5
tag_name = v{new_version}
scrapy_zyte_smartproxy/__init__.py
@@ -1,4 +1,4 @@
from .middleware import ZyteSmartProxyMiddleware
-__version__ = '1.7.2'
+__version__ = '2.0.0'
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name='scrapy-zyte-smartproxy',
9
- version='1.7.2',
+ version='2.0.0',
10
license='BSD',
11
description='Scrapy middleware for Zyte Smart Proxy Manager',
12
long_description=readme,
0 commit comments