Skip to content

Commit 44b5c5d

Browse files
committed
bumped version to 0.16.3
1 parent 487b9b5 commit 44b5c5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scrapy/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Scrapy - a screen scraping framework written in Python
33
"""
44

5-
version_info = (0, 16, 2)
6-
__version__ = "0.16.2"
5+
version_info = (0, 16, 3)
6+
__version__ = "0.16.3"
77

88
import sys, os, warnings
99

0 commit comments

Comments
 (0)