From: Harmon Date: Sun, 6 Nov 2022 20:22:58 +0000 (-0600) Subject: Release v4.12.1 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cc8dd493b1ed04b48a6dd4e47eeb9a9064f83024;p=tweepy.git Release v4.12.1 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index bbc6125..72b5315 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.12.0' +__version__ = '4.12.1' __author__ = 'Joshua Roesslein' __license__ = 'MIT'