diff --git a/setup.py b/setup.py index 1281882..2cd3652 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import setup __author__ = 'Ryan McGrath ' -__version__ = '2.9.0' +__version__ = '2.9.1' packages = [ 'twython' diff --git a/twython/__init__.py b/twython/__init__.py index 23f2eef..4d888fa 100644 --- a/twython/__init__.py +++ b/twython/__init__.py @@ -18,7 +18,7 @@ Questions, comments? ryan@venodesigns.net """ __author__ = 'Ryan McGrath ' -__version__ = '2.9.0' +__version__ = '2.9.1' from .twython import Twython from .streaming import TwythonStreamer