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:
parent
88d89f5652
commit
bbfd874643
5 changed files with 2 additions and 2 deletions
BIN
dist/twython-0.8.macosx-10.5-i386.tar.gz
vendored
Normal file
BIN
dist/twython-0.8.macosx-10.5-i386.tar.gz
vendored
Normal file
Binary file not shown.
BIN
dist/twython-0.8.tar.gz
vendored
Normal file
BIN
dist/twython-0.8.tar.gz
vendored
Normal file
Binary file not shown.
BIN
dist/twython-0.8.win32.exe
vendored
Normal file
BIN
dist/twython-0.8.win32.exe
vendored
Normal file
Binary file not shown.
2
setup.py
2
setup.py
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: twython
|
||||
Version: 0.6
|
||||
Version: 0.8
|
||||
Summary: A new and easy way to access Twitter data with Python.
|
||||
Home-page: http://github.com/ryanmcgrath/twython/tree/master
|
||||
Author: Ryan McGrath
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue