From 920f5c49c059c4ea7f16c7c4f070c484161525c3 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Thu, 19 Nov 2015 21:42:25 -0800 Subject: [PATCH] 3.5.0 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 10f157a..a356369 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '3.4.0' +__version__ = '3.5.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1