bumping setup for release (+python3 classifier)

This commit is contained in:
Mahmoud Hashemi 2015-04-10 14:52:00 -07:00
parent 8b27741e96
commit 0613ecf71e
1 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from setuptools import setup
__author__ = 'Mahmoud Hashemi'
__version__ = '0.5.2dev'
__version__ = '0.6.0'
__contact__ = 'mahmoudrhashemi@gmail.com'
__url__ = 'https://github.com/mahmoud/boltons'
__license__ = 'BSD'
@ -39,5 +39,6 @@ setup(name='boltons',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', ]
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4', ]
)