Skip to content

Commit f549efd

Browse files
author
Kenneth Reitz
committed
v1.0.2
1 parent 5eb3a17 commit f549efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requests/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"""
4343

4444
__title__ = 'requests'
45-
__version__ = '1.0.1'
46-
__build__ = 0x01001
45+
__version__ = '1.0.2'
46+
__build__ = 0x01002
4747
__author__ = 'Kenneth Reitz'
4848
__license__ = 'Apache 2.0'
4949
__copyright__ = 'Copyright 2012 Kenneth Reitz'

0 commit comments

Comments
 (0)