From e8575abeaa698a2b1ae99c059e99a4743dec72ca Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Mon, 17 Mar 2014 23:03:08 -0700 Subject: [PATCH] Release 2.3. --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 05dbfc3..ff0005f 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '2.2' +__version__ = '2.3' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1