diff --git a/tweepy/__init__.py b/tweepy/__init__.py index c8b950b1f..05690f9c0 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'