Twython 0.8 release. Docstrings, RT API, and a host of other bugfixes. Next, and hopefully final, large part to tackle is OAuth. Getting closer...

This commit is contained in:
Ryan McGrath 2009-08-28 02:53:48 -04:00
parent 88d89f5652
commit bbfd874643
5 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
import sys, os
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '0.6'
__version__ = '0.8'
# For the love of god, use Pip to install this.