From: Harmon Date: Thu, 9 Mar 2023 17:16:13 +0000 (-0600) Subject: Release v4.13.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6ffc7348107180f145c24dc2c2ab454a09792207;p=tweepy.git Release v4.13.0 --- 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'