From: Harmon Date: Thu, 13 May 2021 00:51:58 +0000 (-0500) Subject: Bump version to 4.0.0-alpha for development purposes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=348232fde0e947008567eef16000010f6243af43;p=tweepy.git Bump version to 4.0.0-alpha for development purposes --- 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'