summaryrefslogtreecommitdiff
path: root/python2
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2011-06-06 16:56:00 -0400
committerJoe Gregorio <jcgregorio@google.com>2011-06-06 16:56:00 -0400
commit83c31140ddf88c089ef9f1f465f376a112ccc70a (patch)
treecfa2601eeb1ef73c2acf3b2d53e64c807aaf6039 /python2
parenta2324f6072bf0a78e7c71d586c7689dee2ea70a8 (diff)
downloadhttplib2-83c31140ddf88c089ef9f1f465f376a112ccc70a.tar.gz
Set a version number. Fixes issue # 135.
Diffstat (limited to 'python2')
-rw-r--r--python2/httplib2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/httplib2/__init__.py b/python2/httplib2/__init__.py
index 95ab99e..d9f38d9 100644
--- a/python2/httplib2/__init__.py
+++ b/python2/httplib2/__init__.py
@@ -22,7 +22,7 @@ __contributors__ = ["Thomas Broyer (t.broyer@ltgt.net)",
"Sam Ruby",
"Louis Nyffenegger"]
__license__ = "MIT"
-__version__ = "$Rev$"
+__version__ = "0.7.0"
import re
import sys