From ecd1ef73cc1186299f2401cf83b6f804211ee846 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 3 Nov 2021 17:13:43 -0500 Subject: [PATCH] Release v4.3.0 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 3d84d4b..c9632dd 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.2.0' +__version__ = '4.3.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1