This commit is contained in:
2017-05-27 10:53:02 -04:00
parent 103718847a
commit d42556a936
+2 -2
View File
@@ -7,8 +7,8 @@
__title__ = 'requests'
__description__ = 'Python HTTP for Humans.'
__url__ = 'http://python-requests.org'
__version__ = '2.16.0'
__build__ = 0x021600
__version__ = '2.16.2'
__build__ = 0x021602
__author__ = 'Kenneth Reitz'
__author_email__ = 'me@kennethreitz.org'
__license__ = 'Apache 2.0'