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:
parent
861c05718d
commit
23e529e167
2 changed files with 6 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue