Skip to content

Commit f1260b5

Browse files
committed
bumped version to 0.16.5
1 parent 560c064 commit f1260b5

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
@@ -2,7 +2,7 @@
22
Scrapy - a screen scraping framework written in Python
33
"""
44

5-
version_info = (0, 16, 4)
5+
version_info = (0, 16, 5)
66
__version__ = "0.16.4"
77

88
import sys, os, warnings

0 commit comments

Comments
 (0)