From 2d3d5b5b680905b73f6bdf717268defce056044d Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Fri, 14 Dec 2012 07:13:28 -0500 Subject: [PATCH] Bump to 2.5.4 --- setup.py | 2 +- twython/twython.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 462858e..9d6f429 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup from setuptools import find_packages __author__ = 'Ryan McGrath ' -__version__ = '2.5.3' +__version__ = '2.5.4' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index 17dd39f..0a57d92 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -7,7 +7,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.5.3" +__version__ = "2.5.4" import urllib import re