From: Harmon Date: Tue, 23 Aug 2022 01:26:36 +0000 (-0500) Subject: Release v4.10.1 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ad5e31be58965d67e353128f711857a47f8d45d0;p=tweepy.git Release v4.10.1 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 88a6565..070f563 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.10.0' +__version__ = '4.10.1' __author__ = 'Joshua Roesslein' __license__ = 'MIT'