v0.11.0 release
diff --git a/setup.py b/setup.py
index 8a6eee7..63b9dfa 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 import sys
 
 pkgdir = {'': 'python%s' % sys.version_info[0]}
-VERSION = '0.10.3'
+VERSION = '0.11.0'
 
 setuptools.setup(
     name='httplib2',