From d5af59b5dff51581197726644b8a3c5ecece6ed7 Mon Sep 17 00:00:00 2001 From: Virendra Rajput Date: Tue, 9 Apr 2013 00:44:58 +0530 Subject: [PATCH] Update twython.py version updated to 2.7.2 (json decode error fixed) --- twython/twython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/twython.py b/twython/twython.py index aff9967..46091e5 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -7,7 +7,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.7.1" +__version__ = "2.7.2" import urllib import re