From 922479dfba2e6418f337c1fe82becffc44de4269 Mon Sep 17 00:00:00 2001 From: "bear (Mike Taylor)" Date: Thu, 24 Nov 2016 15:04:43 -0500 Subject: [PATCH] v3.2 release --- twitter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/__init__.py b/twitter/__init__.py index 523a2b79..87bb7186 100644 --- a/twitter/__init__.py +++ b/twitter/__init__.py @@ -23,7 +23,7 @@ __email__ = 'python-twitter@googlegroups.com' __copyright__ = 'Copyright (c) 2007-2016 The Python-Twitter Developers' __license__ = 'Apache License 2.0' -__version__ = '3.2dev0' +__version__ = '3.2' __url__ = 'https://github.com/bear/python-twitter' __download_url__ = 'https://pypi.python.org/pypi/python-twitter' __description__ = 'A Python wrapper around the Twitter API'