Merge branch 'method_cleanups' from @michaelhelmick
Addresses most changes and issues with Twitter Spring cleanup 2012. Documentation update on methods, started move to docs in RST format. Exceptions set to eventually be deprecated (along with search functions). Conflicts: twython/twython.py
This commit is contained in:
commit
59c723ed7e
5 changed files with 246 additions and 241 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.6.0'
|
||||
__version__ = '2.0.0'
|
||||
|
||||
setup(
|
||||
# Basic package information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue