From: Joshua Roesslein Date: Thu, 17 Jan 2013 18:17:40 +0000 (-0800) Subject: Release 1.13 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4e72a02d44112ae35ce493fe59e009743cf46481;p=tweepy.git Release 1.13 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index a311a81..3d46167 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.12' +__version__ = '1.13' __author__ = 'Joshua Roesslein' __license__ = 'MIT'