Updating version to 0.8.0.1, as showStatus() had a bug with authentication and needed to be pushed out
This commit is contained in:
parent
c83a033765
commit
91e03fe7ef
9 changed files with 58 additions and 4 deletions
5
setup.py
5
setup.py
|
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
import sys, os
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '0.7'
|
||||
__version__ = '0.8.0.1'
|
||||
|
||||
# For the love of god, use Pip to install this.
|
||||
|
||||
|
|
@ -13,6 +15,7 @@ METADATA = dict(
|
|||
author='Ryan McGrath',
|
||||
author_email='ryan@venodesigns.net',
|
||||
description='A new and easy way to access Twitter data with Python.',
|
||||
long_description= open("README").read(),
|
||||
license='MIT License',
|
||||
url='http://github.com/ryanmcgrath/tango/tree/master',
|
||||
keywords='twitter search api tweet tango',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue