From: Jordi Riera Date: Sun, 4 May 2014 09:46:29 +0000 (+0200) Subject: pumped up the version. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=95dc4644c64b3fbfa64a11d5e76821417ed99555;p=tweepy.git pumped up the version. --- 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'