diff --git a/twitter/__init__.py b/twitter/__init__.py index c6e433f8..b4836243 100644 --- a/twitter/__init__.py +++ b/twitter/__init__.py @@ -22,7 +22,7 @@ __email__ = 'python-twitter@googlegroups.com' __copyright__ = 'Copyright (c) 2007-2016 The Python-Twitter Developers' __license__ = 'Apache License 2.0' -__version__ = '3.4.2' +__version__ = '3.5' __url__ = 'https://github.com/bear/python-twitter' __download_url__ = 'https://pypi.python.org/pypi/python-twitter' __description__ = 'A Python wrapper around the Twitter API'