From: Joshua Roesslein Date: Mon, 20 Jan 2014 18:39:32 +0000 (-0800) Subject: Release 2.2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=554bbe945d1e7f11e748e0458c3f2e8f0817e732;p=tweepy.git Release 2.2 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index ab5b42e..05dbfc3 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '2.1' +__version__ = '2.2' __author__ = 'Joshua Roesslein' __license__ = 'MIT'