mirror of https://github.com/tqdm/tqdm.git
Update classifier troves + bump version 3.7.1
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
2efcd5d20b
commit
17eaa7135d
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
|
@ -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('.-')
|
||||
|
|
Loading…
Reference in New Issue