From bb0f581f24d7d1909f40c0bf8c6be7c0c15940ba Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 24 Apr 2023 17:11:27 -0500 Subject: [PATCH] Release v4.14.0 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 90bdda8..efe9864 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.13.0' +__version__ = '4.14.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1