Update all endpoints in the api_table, examples, READMEs #188

Merged
michaelhelmick merged 4 commits from pep8-functions into master 2013-05-04 16:48:03 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 828d355ad2 - Show all commits

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