From 4be4a504a30ad5e1b2ade398582e6a09e7d97759 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Fri, 16 Jul 2021 14:32:48 -0700 Subject: [PATCH] Push 3.9.0 --- setup.py | 4 ++-- twython/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3742f24..307ad8b 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except ImportError: from distutils.core import setup __author__ = 'Ryan McGrath ' -__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', diff --git a/twython/__init__.py b/twython/__init__.py index dc161d1..e01d85d 100644 --- a/twython/__init__.py +++ b/twython/__init__.py @@ -19,7 +19,7 @@ Questions, comments? ryan@venodesigns.net """ __author__ = 'Ryan McGrath ' -__version__ = '3.7.0' +__version__ = '3.9.0' from .api import Twython from .streaming import TwythonStreamer