From: Harmon Date: Sat, 25 Sep 2021 18:17:13 +0000 (-0500) Subject: Release v4.0.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dbb37dcf5558621d705dde9c7c149fc33a84abea;p=tweepy.git Release v4.0.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index c5e072c..5d01841 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.0.0-alpha' +__version__ = '4.0.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'