Version 3.6.0 and update travis python versions

This commit is contained in:
Mike Helmick 2017-08-23 11:29:20 -04:00
parent 8368956f86
commit ede941cf1a
5 changed files with 13 additions and 8 deletions

View file

@ -9,7 +9,7 @@ except ImportError:
from distutils.core import setup
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '3.5.0'
__version__ = '3.6.0'
packages = [
'twython',
@ -45,8 +45,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
)