From c618530b1ca446ccf34ae02782a63d1d02d75470 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 14 Jul 2019 20:15:46 -0500 Subject: [PATCH] Release v3.8.0 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 42fa76b..b986530 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '3.7.0' +__version__ = '3.8.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1