summaryrefslogtreecommitdiff
path: root/requests/__init__.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-08-06 02:45:52 -0400
committerKenneth Reitz <me@kennethreitz.com>2012-08-06 02:45:52 -0400
commitfc6ddfd78a26afe926c0b5430807d2bbe6d7c874 (patch)
tree87a9346bc1069e5d7cce6d7cd09db4fb0728da22 /requests/__init__.py
parentb13c24d7b9090855d5cf081c47b966bbce34fc48 (diff)
downloadpython-requests-fc6ddfd78a26afe926c0b5430807d2bbe6d7c874.tar.gz
v0.13.6v0.13.6
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 303ba4ca..d79fe321 100644
--- a/requests/__init__.py
+++ b/requests/__init__.py
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
-__version__ = '0.13.5'
-__build__ = 0x001305
+__version__ = '0.13.6'
+__build__ = 0x001306
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'