Push 3.9.0

This commit is contained in:
Ryan McGrath 2021-07-16 14:32:48 -07:00
parent e8306c4834
commit 4be4a504a3
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup from distutils.core import setup
__author__ = 'Ryan McGrath <ryan@rymc.io>' __author__ = 'Ryan McGrath <ryan@rymc.io>'
__version__ = '3.8.2' __version__ = '3.9.0'
packages = [ packages = [
'twython', 'twython',
@ -25,7 +25,7 @@ setup(
version=__version__, version=__version__,
install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'], install_requires=['requests>=2.1.0', 'requests_oauthlib>=0.4.0'],
author='Ryan McGrath', author='Ryan McGrath',
author_email='ryan@venodesigns.net', author_email='ryan@rymc.io',
license='MIT', license='MIT',
url='https://github.com/ryanmcgrath/twython/tree/master', url='https://github.com/ryanmcgrath/twython/tree/master',
keywords='twitter search api tweet twython stream', keywords='twitter search api tweet twython stream',

View file

@ -19,7 +19,7 @@ Questions, comments? ryan@venodesigns.net
""" """
__author__ = 'Ryan McGrath <ryan@venodesigns.net>' __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '3.7.0' __version__ = '3.9.0'
from .api import Twython from .api import Twython
from .streaming import TwythonStreamer from .streaming import TwythonStreamer