diff --git a/tweepy/__init__.py b/tweepy/__init__.py index c4401b692..1114b06f2 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '3.9.0' +__version__ = '3.10.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'