aboutsummaryrefslogtreecommitdiff
path: root/requests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'requests/__init__.py')
-rw-r--r--requests/__init__.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/requests/__init__.py b/requests/__init__.py
index 9d2319a..48fb389 100644
--- a/requests/__init__.py
+++ b/requests/__init__.py
@@ -9,17 +9,18 @@
requests
~~~~~~~~
-:copyright: (c) 2011 by Kenneth Reitz.
+:copyright: (c) 2012 by Kenneth Reitz.
:license: ISC, see LICENSE for more details.
"""
__title__ = 'requests'
-__version__ = '0.8.2'
-__build__ = 0x000802
+__version__ = '0.10.1'
+__build__ = 0x001001
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
-__copyright__ = 'Copyright 2011 Kenneth Reitz'
+__copyright__ = 'Copyright 2012 Kenneth Reitz'
+
from . import utils