From 95dc4644c64b3fbfa64a11d5e76821417ed99555 Mon Sep 17 00:00:00 2001 From: Jordi Riera Date: Sun, 4 May 2014 11:46:29 +0200 Subject: [PATCH] pumped up the version. --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index ab5b42e..ff0005f 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '2.1' +__version__ = '2.3' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1