From 58c4e05dbdc3b42826d2d2745a87e42dcd6ff787 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Tue, 27 Nov 2018 19:53:31 -0800 Subject: [PATCH] 3.7.0 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 2071547..0ab171f 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '3.6.0' +__version__ = '3.7.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1