From: Harmon Date: Tue, 25 Jan 2022 00:48:59 +0000 (-0600) Subject: Release v4.5.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ab27d2833b6c98caf7b74c03d1d74c22c919b420;p=tweepy.git Release v4.5.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index acdcbcb..6744c86 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.4.0' +__version__ = '4.5.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'