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:
Ryan McGrath 2009-11-23 22:03:21 -05:00
parent d37f91ce8e
commit 9ca737b986
10 changed files with 1478 additions and 342 deletions

View file

@ -16,7 +16,7 @@ from urllib.parse import urlparse
from urllib.error import HTTPError
__author__ = "Ryan McGrath <ryan@venodesigns.net>"
__version__ = "0.8"
__version__ = "0.9"
"""Twython - Easy Twitter utilities in Python"""