From: Harmon Date: Fri, 29 Oct 2021 16:43:44 +0000 (-0500) Subject: Release v4.2.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2b9f6ba70ff866cf725bc88976dfde6477ee1bdb;p=tweepy.git Release v4.2.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index db720b4..3d84d4b 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.1.0' +__version__ = '4.2.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'