From 34e9474b91af875e14553b781f253b98619ea765 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sat, 1 Dec 2012 01:34:38 -0500 Subject: [PATCH] Version bump --- setup.py | 2 +- twython/twython.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f6c8066..462858e 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.2' +__version__ = '2.5.3' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index 4431a67..17dd39f 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -7,7 +7,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.5.2" +__version__ = "2.5.3" import urllib import re