Version 3.6.0 and update travis python versions
This commit is contained in:
parent
8368956f86
commit
ede941cf1a
5 changed files with 13 additions and 8 deletions
5
setup.py
5
setup.py
|
|
@ -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',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue