From cfc734a1b349f2ec32cd51523f583dae6c820a8a Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Mon, 1 Dec 2014 13:24:37 -0600 Subject: [PATCH] Fix version to include 3 digits. --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 85c4b5b..27d84e3 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '3.1' +__version__ = '3.1.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1