From 4e72a02d44112ae35ce493fe59e009743cf46481 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Thu, 17 Jan 2013 10:17:40 -0800 Subject: [PATCH] Release 1.13 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.25.1