Passing params through functions now work, bug fix version bump

For example:
Twython.getHomeTimeline(include_rts=True) was failing. Really sorry
about this. It is now fixed.
This commit is contained in:
Michael Helmick 2012-03-23 15:46:19 -04:00
parent 861c05718d
commit 23e529e167
2 changed files with 6 additions and 5 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.1'
__version__ = '1.5.2'
setup(
# Basic package information.