diff --git a/setup.py b/setup.py index d4f529b..c228df1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup from setuptools import find_packages __author__ = 'Ryan McGrath ' -__version__ = '2.3.0' +__version__ = '2.3.1' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index 6a7fb99..a6db900 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.3.0" +__version__ = "2.3.1" import urllib import re