Update version

This commit is contained in:
Mike Helmick 2013-05-04 19:29:55 -04:00
parent 84e4c5fe13
commit 828d355ad2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import sys
from setuptools import setup from setuptools import setup
__author__ = 'Ryan McGrath <ryan@venodesigns.net>' __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '2.9.0' __version__ = '2.9.1'
packages = [ packages = [
'twython' 'twython'

View file

@ -18,7 +18,7 @@ Questions, comments? ryan@venodesigns.net
""" """
__author__ = 'Ryan McGrath <ryan@venodesigns.net>' __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '2.9.0' __version__ = '2.9.1'
from .twython import Twython from .twython import Twython
from .streaming import TwythonStreamer from .streaming import TwythonStreamer