From a07d225f6e4c810892ba9d35503da7905d079dbf Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 27 Oct 2022 22:25:45 -0500 Subject: [PATCH] Release v4.12.0 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 78af3b906..bbc61251c 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.11.0' +__version__ = '4.12.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'