From 7f243245073994a8fbc7d3a0d3d0716e29c304ad Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sat, 26 Feb 2011 01:14:21 -0500 Subject: [PATCH] Updating to 1.4, pushing slew of changes up to Pypi (major thanks to Hades and eriks5 for their patches). --- setup.py | 2 +- twython/twython.py | 2 +- twython3k/twython.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 420e25b..8e3bf48 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup from setuptools import find_packages __author__ = 'Ryan McGrath ' -__version__ = '1.3.6' +__version__ = '1.4' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index b8549fc..a35e42b 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "1.3.6" +__version__ = "1.4" import urllib import urllib2 diff --git a/twython3k/twython.py b/twython3k/twython.py index 2e686b9..7a86649 100644 --- a/twython3k/twython.py +++ b/twython3k/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "1.3.6" +__version__ = "1.4" import urllib.request, urllib.parse, urllib.error import urllib.request, urllib.error, urllib.parse