Skip to content

Commit f1ecb67

Browse files
committed
Bump version: 2.0.0 → 2.0.1
1 parent 69a1fe2 commit f1ecb67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.0
2+
current_version = 2.0.1
33
commit = True
44
tag = True
55

scrapy_deltafetch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .middleware import DeltaFetch
22

33

4-
__version__ = "2.1.0"
4+
__version__ = "2.0.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='scrapy-deltafetch',
5-
version='2.1.0',
5+
version='2.0.1',
66
license='BSD',
77
description='Scrapy middleware to ignore previously crawled pages',
88
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)