Twython 0.9 - enough has changed with the Twitter API as of late that this merits a new release. 0.8 was beginning to show age as the API moved forward, and is now deprecated as a result - 0.9 is the way to go (or trunk, if you're adventurous. ;D)
This commit is contained in:
parent
d37f91ce8e
commit
9ca737b986
10 changed files with 1478 additions and 342 deletions
|
|
@ -16,7 +16,7 @@ from urlparse import urlparse
|
|||
from urllib2 import HTTPError
|
||||
|
||||
__author__ = "Ryan McGrath <ryan@venodesigns.net>"
|
||||
__version__ = "0.8"
|
||||
__version__ = "0.9"
|
||||
|
||||
"""Twython - Easy Twitter utilities in Python"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue