summaryrefslogtreecommitdiff
path: root/requests/__init__.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2016-08-08 11:06:58 -0400
committerKenneth Reitz <me@kennethreitz.org>2016-08-08 11:06:58 -0400
commita2e41ba1f1ae81b2ed224030df908a1432ad435e (patch)
tree371c7bfb15b5cc413f49b3a8f5ca30f7041676e2 /requests/__init__.py
parent05d90b9379f57ee5f5d0beb268c495793fb5b2d7 (diff)
downloadpython-requests-2.11.0.tar.gz
v2.11.0v2.11.0
Diffstat (limited to 'requests/__init__.py')
-rw-r--r--requests/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/requests/__init__.py b/requests/__init__.py
index aea1fbf2..abcdaaa8 100644
--- a/requests/__init__.py
+++ b/requests/__init__.py
@@ -41,8 +41,8 @@ is at <http://python-requests.org>.
"""
__title__ = 'requests'
-__version__ = '2.10.0'
-__build__ = 0x021000
+__version__ = '2.11.0'
+__build__ = 0x021100
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016 Kenneth Reitz'