summaryrefslogtreecommitdiff
path: root/python3/httplib2/__init__.py
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2012-03-02 10:52:45 -0500
committerJoe Gregorio <jcgregorio@google.com>2012-03-02 10:52:45 -0500
commit3e5631304eb3eeb86bbfc89301d06bd68bf8a69b (patch)
tree05cc7aced4473c16764a826fa75f1eb7f174988d /python3/httplib2/__init__.py
parent40e25c7eb9cc846773d4668c284e17245f8802c4 (diff)
downloadhttplib2-3e5631304eb3eeb86bbfc89301d06bd68bf8a69b.tar.gz
Changing version numbers for 0.7.3 release
Diffstat (limited to 'python3/httplib2/__init__.py')
-rw-r--r--python3/httplib2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/httplib2/__init__.py b/python3/httplib2/__init__.py
index 4af0b10..68dc014 100644
--- a/python3/httplib2/__init__.py
+++ b/python3/httplib2/__init__.py
@@ -24,7 +24,7 @@ __contributors__ = ["Thomas Broyer (t.broyer@ltgt.net)",
"Louis Nyffenegger",
"Mark Pilgrim"]
__license__ = "MIT"
-__version__ = "0.7.2"
+__version__ = "0.7.3"
import re
import sys