From 51a6be7e0a90c71fc8ad5b3ca7f184589b5afd98 Mon Sep 17 00:00:00 2001 From: "bear (Mike Taylor)" Date: Sat, 20 May 2017 21:36:35 -0400 Subject: [PATCH] bump version to v3.3 --- twitter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/__init__.py b/twitter/__init__.py index 0534776a..71213147 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.2.1' +__version__ = '3.3' __url__ = 'https://github.com/bear/python-twitter' __download_url__ = 'https://pypi.python.org/pypi/python-twitter' __description__ = 'A Python wrapper around the Twitter API'