From: Joshua Roesslein Date: Sun, 10 Feb 2013 21:33:57 +0000 (-0800) Subject: Release 2.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=957f2762c68b6d539b2733a01b4650a251f8cae4;p=tweepy.git Release 2.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 3d46167..6ec29ea 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '1.13' +__version__ = '2.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'