Skip to content

Commit fe746df

Browse files
committed
update __version__
1 parent f1260b5 commit fe746df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
version_info = (0, 16, 5)
6-
__version__ = "0.16.4"
6+
__version__ = "0.16.5"
77

88
import sys, os, warnings
99

0 commit comments

Comments
 (0)