From: Harmon Date: Thu, 7 Oct 2021 08:30:39 +0000 (-0500) Subject: Release v4.1.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4be74f4f84bf3c9a33cf7add409d359cf651114b;p=tweepy.git Release v4.1.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 156d028..db720b4 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.0.1' +__version__ = '4.1.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'