From: Harmon Date: Fri, 20 May 2022 17:32:08 +0000 (-0500) Subject: Release v4.10.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=30ebf012cb60452545cf625833784e6ced650783;p=tweepy.git Release v4.10.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index fa42718..88a6565 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.9.0' +__version__ = '4.10.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'