Dynamic Request Methods

Just in case Twitter releases something in their API and a developer
wants to implement it on their app, but we haven't gotten around to
putting it in Twython yet. :)
This commit is contained in:
Michael Helmick 2012-03-31 18:12:07 -04:00
parent 9153fdf41b
commit 03f3a22480
2 changed files with 44 additions and 4 deletions

View file

@ -4,7 +4,7 @@ from setuptools import setup
from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '1.5.2'
__version__ = '1.6.0'
setup(
# Basic package information.