From 0eac99beedf7f76c9587d91742453312dbca13d8 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 24 Mar 2022 15:55:51 -0500 Subject: [PATCH] Release v4.8.0 --- tweepy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 662817bd5..0d9fabfc3 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.7.0' +__version__ = '4.8.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'