Push 3.9.0
This commit is contained in:
parent
e8306c4834
commit
4be4a504a3
2 changed files with 3 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -9,7 +9,7 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@rymc.io>'
|
||||
__version__ = '3.8.2'
|
||||
__version__ = '3.9.0'
|
||||
|
||||
packages = [
|
||||
'twython',
|
||||
|
|
@ -25,7 +25,7 @@ setup(
|
|||
version=__version__,
|
||||
install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'],
|
||||
author='Ryan McGrath',
|
||||
author_email='ryan@venodesigns.net',
|
||||
author_email='ryan@rymc.io',
|
||||
license='MIT',
|
||||
url='https://github.com/ryanmcgrath/twython/tree/master',
|
||||
keywords='twitter search api tweet twython stream',
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Questions, comments? ryan@venodesigns.net
|
|||
"""
|
||||
|
||||
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
||||
__version__ = '3.7.0'
|
||||
__version__ = '3.9.0'
|
||||
|
||||
from .api import Twython
|
||||
from .streaming import TwythonStreamer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue