From: Harmon Date: Fri, 1 Oct 2021 18:16:21 +0000 (-0500) Subject: Release v4.0.1 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=07fce5fe995e61ec76256e588af4c878ef0e544b;p=tweepy.git Release v4.0.1 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 5d01841..466418f 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.0.0' +__version__ = '4.0.1' __author__ = 'Joshua Roesslein' __license__ = 'MIT'