From 348232fde0e947008567eef16000010f6243af43 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 12 May 2021 19:51:58 -0500 Subject: [PATCH] Bump version to 4.0.0-alpha for development purposes --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index b03f745..c071f69 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '3.10.0' +__version__ = '4.0.0-alpha' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1