From: Harmon Date: Thu, 5 May 2022 14:19:06 +0000 (-0500) Subject: Release v4.9.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dec76e3c44de7f439a4ecb749e8f1328032cce0c;p=tweepy.git Release v4.9.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 0d9fabf..fa42718 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.8.0' +__version__ = '4.9.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'