From: Harmon Date: Wed, 17 Nov 2021 14:29:04 +0000 (-0600) Subject: Release v4.4.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=19b2033581d54b7b192232787b7f7c9a6821b5d3;p=tweepy.git Release v4.4.0 --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 0609b94..1b4bfca 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -5,7 +5,7 @@ """ Tweepy Twitter API library """ -__version__ = '4.3.0' +__version__ = '4.4.0' __author__ = 'Joshua Roesslein' __license__ = 'MIT'