diff --git a/setup.py b/setup.py index 9d6f429..7b4cb5b 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.4' +__version__ = '2.5.5' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index 816ed81..49c2f65 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -7,7 +7,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.5.4" +__version__ = "2.5.5" import urllib import re