version 2020.11.01.01

merge-requests/5/head v2020.11.01.1
Dominika 2020-11-01 23:23:10 +01:00
parent 6f623e3cd0
commit 46245ec277
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,7 @@
version 2020.11.01.01
Extractors
*
version 2020.11.01
Core
* Changed naming to HaruhiDL

View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals
__version__ = '2020.11.01'
__version__ = '2020.11.01.01'

View File

@ -125,19 +125,15 @@ setup(
'Topic :: Multimedia :: Video',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'License :: Public Domain',
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: IronPython',