Update classifier troves + bump version 3.7.1

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2016-01-13 12:00:28 +01:00
parent 2efcd5d20b
commit 17eaa7135d
2 changed files with 3 additions and 1 deletions

View File

@ -190,7 +190,9 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: IronPython',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: User Interfaces',

View File

@ -1,5 +1,5 @@
# Definition of the version number
version_info = 3, 6, 0 # major, minor, patch, -extra
version_info = 3, 7, 1 # major, minor, patch, -extra
# Nice string for the version
__version__ = '.'.join(map(str, version_info)).replace('.-', '-').strip('.-')