From: Harmon Date: Thu, 24 Feb 2022 20:56:30 +0000 (-0600) Subject: Release v4.6.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e2cdc5eeabd87a2eb2394558eda1f1280418c4e2;p=tweepy.git Release v4.6.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 7c57202..0b6f232 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.5.0' +__version__ = '4.6.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'