projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793d314
)
v0.10.4
v0.10.4
author
Kenneth Reitz
<me@kennethreitz.com>
Mon, 20 Feb 2012 21:21:25 +0000
(16:21 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Mon, 20 Feb 2012 21:21:25 +0000
(16:21 -0500)
requests/__init__.py
patch
|
blob
|
history
diff --git
a/requests/__init__.py
b/requests/__init__.py
index 03efdcd199de6b4ef33f687817ff7f6d3f675368..997781f4735db752546feee17f2f6d7abce67af2 100644
(file)
--- a/
requests/__init__.py
+++ b/
requests/__init__.py
@@
-15,8
+15,8
@@
requests
"""
__title__ = 'requests'
-__version__ = '0.10.
3
'
-__build__ = 0x00100
3
+__version__ = '0.10.
4
'
+__build__ = 0x00100
4
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'