From: Joshua Roesslein Date: Tue, 18 Mar 2014 06:03:08 +0000 (-0700) Subject: Release 2.3. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e8575abeaa698a2b1ae99c059e99a4743dec72ca;p=tweepy.git Release 2.3. --- 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'