From 6ffc7348107180f145c24dc2c2ab454a09792207 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 9 Mar 2023 11:16:13 -0600 Subject: [PATCH] Release v4.13.0 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index c8b950b..05690f9 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.12.1' +__version__ = '4.13.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT' -- 2.25.1